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 e807380 commit 612a481Copy full SHA for 612a481
1 file changed
.github/dependabot.yaml
@@ -5,6 +5,10 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly" # Check for updates to GitHub Actions every week
8
+ groups:
9
+ dependencies:
10
+ patterns:
11
+ - "*"
12
cooldown:
13
default-days: 14 # Wait 14 days before creating another PR for the same dependency. This will prevent vulnerability on the package impact.
14
ignore:
0 commit comments