Skip to content

Commit ae24067

Browse files
Group golang and docker golang base image updates into one PR
1 parent 3205eda commit ae24067

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "Go",
9+
"matchManagers": ["dockerfile"],
10+
"matchPackageNames": ["golang"],
11+
"matchDatasources": ["docker", "golang-version"]
12+
}
513
]
614
}

0 commit comments

Comments
 (0)