Skip to content

Commit

Permalink
feat: add auto bump version ops template
Browse files Browse the repository at this point in the history
Signed-off-by: DrummyFloyd <[email protected]>
  • Loading branch information
DrummyFloyd committed Dec 30, 2023
1 parent 248f7d7 commit d0cbfcc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"enabledManagers": ["terraform", "argocd", "kustomize"],
"argocd": {
"fileMatch": ["templates/.+\\.yaml$"]
},
"terraform": {
"commitMessageTopic": "Terraform {{depName}}",
"fileMatch": ["\\.tf$"],
"pinDigests": false
}
}

0 comments on commit d0cbfcc

Please sign in to comment.