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 14d356b + 317cfcc commit 0bb1cb8Copy full SHA for 0bb1cb8
2 files changed
.github/dependabot.yml
@@ -2,6 +2,28 @@
2
version: 2
3
updates:
4
- package-ecosystem: "github-actions"
5
+ groups:
6
+ # Group all GitHub Actions PRs into a single PR:
7
+ all-github-actions:
8
+ patterns:
9
+ - "*"
10
directory: "/" # Location of package manifests
11
schedule:
12
interval: "monthly"
13
+ open-pull-requests-limit: 100
14
+ labels:
15
+ - "dependencies"
16
+ - "github-actions"
17
+
18
+ - package-ecosystem: "julia"
19
+ directories:
20
+ - "/"
21
+ - "/test"
22
+ schedule:
23
+ interval: "monthly"
24
25
+ all-julia-dependencies:
26
27
28
29
.github/workflows/CompatHelper.yml
0 commit comments