Skip to content

Commit

Permalink
Use "Dependabot" to update Github actions and Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Nov 7, 2024
1 parent 65f1276 commit ab05f75
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "08:00"
open-pull-requests-limit: 3
groups:
github-actions:
patterns:
- '*'
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "08:00"
open-pull-requests-limit: 3
groups:
python-packages:
patterns:
- "*"

0 comments on commit ab05f75

Please sign in to comment.