We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2405e4e commit 28f7801Copy full SHA for 28f7801
1 file changed
.github/dependabot.yml
@@ -5,3 +5,11 @@ updates:
5
directory: "/" # Location of package manifests
6
schedule:
7
interval: "monthly"
8
+ groups:
9
+ # Group all GitHub Actions PRs into a single PR:
10
+ all-github-actions:
11
+ patterns:
12
+ - "*"
13
+ ignore:
14
+ - dependency-name: "julia-actions/julia-downgrade-compat"
15
+ versions: [ ">=2.0.0" ]
0 commit comments