Skip to content

Commit 0bb1cb8

Browse files
authored
Merge pull request #203 from JuliaGeodynamics/pa-dependabot
[CI] Configure Dependabot for GitHub Actions and Julia
2 parents 14d356b + 317cfcc commit 0bb1cb8

2 files changed

Lines changed: 22 additions & 16 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
version: 2
33
updates:
44
- package-ecosystem: "github-actions"
5+
groups:
6+
# Group all GitHub Actions PRs into a single PR:
7+
all-github-actions:
8+
patterns:
9+
- "*"
510
directory: "/" # Location of package manifests
611
schedule:
712
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+
groups:
25+
all-julia-dependencies:
26+
patterns:
27+
- "*"
28+
labels:
29+
- "dependencies"

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)