Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Oct 12, 2023
1 parent b208795 commit 64a62d2
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"extends": [
"config:js-app",
":gitSignOff",
":rebaseStalePrs",
"group:allNonMajor",
"group:linters",
"group:test"
"config:js-app",
":gitSignOff",
":rebaseStalePrs",
"group:allNonMajor",
"group:linters",
"group:test"
],
"labels": [
"kind/dependency upgrade"
],
"labels": ["kind/dependency upgrade"],
"git-submodules": {
"enabled": true
}
}
},
"customManagers": [
{
"packageNameTemplate": "https://github.com/janus-idp/helm-backstage",
"datasourceTemplate": "git-tags"
}
]
}

0 comments on commit 64a62d2

Please sign in to comment.