-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdependabot.yml
More file actions
34 lines (33 loc) · 1.06 KB
/
dependabot.yml
File metadata and controls
34 lines (33 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
# gh-aw generated files — action SHAs are managed by `gh aw compile`
# via .github/aw/actions-lock.json, not by Dependabot.
# Dependabot's find-and-replace breaks lockfile metadata headers.
- dependency-name: "actions/github-script"
- dependency-name: "github/gh-aw-actions"
# Major version bumps may have breaking changes and must be
# evaluated and applied manually.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
ignore:
# Major version bumps often drop Java 17 support or have breaking
# API changes. These must be evaluated and applied manually.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
maven-deps:
patterns:
- "*"