mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
chore(renovate): drop unused package rule (#27868)
This commit is contained in:
parent
2b03c2c9de
commit
e74bbd4342
1 changed files with 0 additions and 6 deletions
|
@ -39,12 +39,6 @@
|
||||||
"matchDepNames": ["ghcr.io/renovatebot/base-image"],
|
"matchDepNames": ["ghcr.io/renovatebot/base-image"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"semanticCommitType": "feat"
|
"semanticCommitType": "feat"
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "fix versioning for ben-z/gh-action-mutex, eg v1.0-alpha-8",
|
|
||||||
"matchDepNames": ["ben-z/gh-action-mutex"],
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.(?<patch>\\d+))?(?<prerelease>\\-.+)?$"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
Loading…
Reference in a new issue