File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2828 groupName : "java graalvm" ,
2929 additionalBranchPrefix : "graalvm-" ,
3030 } ,
31+ {
32+ matchPackageNames : [ "/^(ghcr.io/)?super-linter/super-linter$/" ] ,
33+ groupName : "super-linter" ,
34+ } ,
3135 ] ,
3236 customManagers : [
3337 {
Original file line number Diff line number Diff line change 55set -euo pipefail
66
77# renovate: datasource=docker depName=ghcr.io/super-linter/super-linter
8- SUPER_LINTER_VERSION=" v8.4.0 @sha256:c5e3307932203ff9e1e8acfe7e92e894add6266605b5d7fb525fb371a59a26f4 "
8+ SUPER_LINTER_VERSION=" v8.3.2 @sha256:e9d1895a1bdc1f9d9df41f688b27aa891743f23f9fae0f22a3e25eeda8f102db "
99
1010# Super-linter doesn't publish ARM64 images, so always use amd64
1111docker pull --platform linux/amd64 " ghcr.io/super-linter/super-linter:${SUPER_LINTER_VERSION} "
You can’t perform that action at this time.
0 commit comments