Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup@v0.74.4": {
"github/gh-aw-actions/setup-cli@v0.74.8": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.74.8",
"sha": "efa55847f72aadb03490d955263ff911bf758700"
},
"github/gh-aw-actions/setup@v0.74.8": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.74.4",
"sha": "d3abfe96a194bce3a523ed2093ddedd5704cdf62"
"version": "v0.74.8",
"sha": "efa55847f72aadb03490d955263ff911bf758700"
},
"github/gh-aw/actions/setup@v0.51.6": {
"repo": "github/gh-aw/actions/setup",
Expand Down
61 changes: 28 additions & 33 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
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:
- "*"
- directory: /
groups:
github-actions:
patterns:
- "*"
ignore:
- dependency-name: "actions/github-script"
- dependency-name: "github/gh-aw-actions"
- dependency-name: "*"
update-types:
- version-update:semver-major
- dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
package-ecosystem: github-actions
schedule:
interval: weekly
- directory: /
groups:
maven-deps:
patterns:
- "*"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-major
package-ecosystem: maven
schedule:
interval: weekly
version: 2
Loading
Loading