We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798070d commit 9a83c02Copy full SHA for 9a83c02
.github/dependabot.yml
@@ -12,6 +12,10 @@ updates:
12
update-types:
13
- "version-update:semver-minor"
14
- "version-update:semver-patch"
15
+ groups:
16
+ actions:
17
+ patterns:
18
+ - "*"
19
cooldown:
20
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
21
# Cooldowns protect against supply chain attacks by avoiding the
0 commit comments