We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16815c commit d3b32aeCopy full SHA for d3b32ae
1 file changed
.github/dependabot.yml
@@ -1,3 +1,4 @@
1
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
version: 2
3
updates:
4
- package-ecosystem: github-actions
@@ -15,7 +16,8 @@ updates:
15
16
patterns:
17
- '*'
18
cooldown:
- default-days: 14
19
+ default-days: 2
20
+
21
- package-ecosystem: gradle
22
directory: /
23
schedule:
@@ -33,4 +35,4 @@ updates:
33
35
commit-message:
34
36
prefix: 'chore(build): '
37
38
0 commit comments