Skip to content

Commit

Permalink
Use "Dependabot" to update Github actions and Python packages (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus authored Nov 7, 2024
1 parent 13040dd commit 635a475
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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 635a475

Please sign in to comment.