Skip to content

Commit

Permalink
configured dependabot for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Aug 30, 2024
1 parent 528f01e commit d2e7e28
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@

version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
groups:
python-packages:
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
groups:
python-packages:
patterns:
- "*"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
groups:
action-packages:
patterns:
- "*"

0 comments on commit d2e7e28

Please sign in to comment.