mirror of
https://github.com/containers/skopeo.git
synced 2025-09-23 19:07:03 +00:00
Merge pull request #1906 from cevich/update_renovate
[CI:DOCS] Renovate: c/common rule moved to defaults
This commit is contained in:
15
.github/renovate.json5
vendored
15
.github/renovate.json5
vendored
@@ -56,19 +56,4 @@
|
|||||||
/*************************************************
|
/*************************************************
|
||||||
***** Golang-specific configuration options *****
|
***** Golang-specific configuration options *****
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
||||||
"golang": {
|
|
||||||
// N/B: LAST MATCHING RULE WINS
|
|
||||||
// https://docs.renovatebot.com/configuration-options/#packagerules
|
|
||||||
"packageRules": [
|
|
||||||
// Package version retraction (https://go.dev/ref/mod#go-mod-file-retract)
|
|
||||||
// is broken in Renovate
|
|
||||||
// ref: https://github.com/renovatebot/renovate/issues/13012
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["github.com/containers/common"],
|
|
||||||
// Both v1.0.0 and v1.0.1 should be ignored.
|
|
||||||
"allowedVersions": "!/v((1.0.0)|(1.0.1))$/"
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user