We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72a6de8 + bae23a9 commit e445f95Copy full SHA for e445f95
1 file changed
.github/dependabot.yml
@@ -9,14 +9,11 @@ updates:
9
cooldown:
10
default-days: 7
11
directories:
12
- - "/"
13
- schedule:
14
- interval: daily
15
-
16
- - package-ecosystem: github-actions
17
- cooldown:
18
- default-days: 7
19
- directories:
20
- - "{{cookiecutter.project_slug}}/.github/workflows"
+ - "/"
+ - "{{cookiecutter.project_slug}}/.github/workflows"
+ groups:
+ actions:
+ patterns:
+ - "*"
21
schedule:
22
interval: daily
0 commit comments