chore: update dependabot.yml to include actions
This commit is contained in:
parent
9ad38730d5
commit
56c1595be9
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user