Skip to content

Commit

Permalink
build(ci): add renovate (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored Dec 23, 2023
1 parent ae9ba8f commit 5460bea
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(build)",
":separatePatchReleases"
],
"ignorePresets": [
":prHourlyLimit2",
":semanticPrefixFixDepsChoreOthers",
"workarounds:all"
],
"enabledManagers": [
"gomod",
"npm"
],
"kubernetes": {
"fileMatch": ["kube/.+\\.yml$"]
},
"labels": [
"dependencies"
],
"packageRules": [
{
"matchUpdateTypes": ["digest", "minor", "patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
],
"postUpdateOptions": [
"gomodTidy"
]
}

0 comments on commit 5460bea

Please sign in to comment.