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 43df43c commit fc37365Copy full SHA for fc37365
.github/dependabot.yml
@@ -8,10 +8,17 @@ updates:
8
- package-ecosystem: "github-actions" # search for actions
9
directory: "/" # search in .github/workflows
10
schedule:
11
- interval: "weekly" # check for action updates every week
+ interval: "monthly" # check for action updates every month
12
+ groups:
13
+ gha-workflow-deps:
14
+ patterns:
15
+ - "*"
16
17
- package-ecosystem: "pip" # search for requirements.txt
18
directory: "/"
19
-
20
+ interval: "monthly" # check for pip dep updates every month
21
22
+ pip-deps:
23
24
0 commit comments