Skip to content

Commit 61bd26c

Browse files
DrummyFloydmrsimonemms
authored andcommitted
feat: add auto bump version ops template
Signed-off-by: DrummyFloyd <drummy@gmail.com>
1 parent d324914 commit 61bd26c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"prHourlyLimit": 0,
3+
"prConcurrentLimit": 0,
4+
"enabledManagers": ["terraform", "argocd", "kustomize"],
5+
"argocd": {
6+
"fileMatch": ["templates/.+\\.yaml$"]
7+
},
8+
"terraform": {
9+
"commitMessageTopic": "Terraform {{depName}}",
10+
"fileMatch": ["\\.tf$"],
11+
"pinDigests": false
12+
}
13+
}

0 commit comments

Comments
 (0)