Skip to content

Commit 3e6f4e7

Browse files
authored
Merge pull request #792 from alan-turing-institute/staging
chore: group dependabot updates and skip Docker build on PRs
2 parents 8604a21 + 208c982 commit 3e6f4e7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ updates:
88
open-pull-requests-limit: 10
99
labels:
1010
- "dependencies"
11+
groups:
12+
minor-and-patch:
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
major:
17+
update-types:
18+
- "major"
1119
- package-ecosystem: "github-actions"
1220
directory: "/"
1321
target-branch: "staging"
@@ -17,3 +25,7 @@ updates:
1725
labels:
1826
- "dependencies"
1927
- "ci"
28+
groups:
29+
actions:
30+
patterns:
31+
- "*"

0 commit comments

Comments
 (0)