Skip to content

Commit 819fb19

Browse files
chore(deps): update actions/download-artifact action to v5 (#670)
* chore(deps): update actions/download-artifact action to v5 * chore(renovate): fix group github go packages --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luca Corrieri <[email protected]>
1 parent 35e49a4 commit 819fb19

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- build
9696
steps:
9797
- name: Download digests
98-
uses: actions/download-artifact@v4
98+
uses: actions/download-artifact@v5
9999
with:
100100
path: /tmp/digests
101101
pattern: digests-*

renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,17 @@
4747
"groupSlug": "docker-all-digests"
4848
},
4949
{
50-
"groupName": "go-github",
50+
"groupName": "go github sdk",
51+
"groupSlug": "go-github",
52+
"matchDatasources": [
53+
"go"
54+
],
5155
"matchPackageNames": [
5256
"github.com/google/go-github/**",
5357
"github.com/bradleyfalzon/ghinstallation/**"
54-
]
58+
],
59+
"separateMajorMinor": false,
60+
"separateMultipleMajor": false
5561
}
5662
],
5763
"postUpdateOptions": [

0 commit comments

Comments
 (0)