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.
2 parents 0d54bd7 + 17ba32a commit 4bcc240Copy full SHA for 4bcc240
.github/dependabot.yml
@@ -1,10 +1,6 @@
1
# This file is synced from the `.github` repository, do not modify it directly.
2
---
3
version: 2
4
-groups:
5
- dependabot:
6
- patterns:
7
- - "*"
8
updates:
9
- package-ecosystem: github-actions
10
directory: "/"
@@ -15,8 +11,12 @@ updates:
15
11
timezone: Etc/UTC
16
12
allow:
17
13
- dependency-type: all
14
+ groups:
+ dependabot:
+ patterns:
+ - "*"
18
cooldown:
19
- semver-major-days: 14
20
- semver-minor-days: 7
21
- semver-patch-days: 1
+ default-days: 1
+ include:
22
0 commit comments