We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f8815 commit 9b16925Copy full SHA for 9b16925
1 file changed
.github/dependabot.yml
@@ -5,6 +5,16 @@
5
6
version: 2
7
updates:
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ interval: "monthly"
12
+ commit-message:
13
+ prefix: "chore(deps-ci): "
14
+ groups:
15
+ github-actions:
16
+ patterns:
17
+ - "*"
18
- package-ecosystem: "pip" # See documentation for possible values
19
directory: "/" # Location of package manifests
20
schedule:
0 commit comments