Skip to content

Commit

Permalink
chore: update dependabot.yml to include GHA (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 31, 2025
1 parent 7ae3c75 commit e73268c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore(ci): "
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit e73268c

Please sign in to comment.