feat: use shared renovate config from infrastructure/renovate-config
This commit is contained in:
parent
eadd5c8a73
commit
91c77d80e1
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["local>infrastructure/renovate-config"],
|
||||||
"config:recommended",
|
|
||||||
":semanticCommits",
|
|
||||||
":semanticCommitScopeDisabled"
|
|
||||||
],
|
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"description": "ArgoCD",
|
"description": "ArgoCD",
|
||||||
|
|
Loading…
Reference in a new issue