Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 5, 2023
1 parent 83732f1 commit 93e151e
Showing 1 changed file with 2 additions and 74 deletions.
76 changes: 2 additions & 74 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommits",
":semanticCommitType(deps)",
":automergeDigest"
],
"dockerfile": {
"pinDigests": true
},
"gomod": {
"postUpdateOptions": [
"gomodUpdateImportPaths",
"gomodTidy"
]
},
"packageRules": [
{
"description": "Semantic commits for major versions",
"groupName": "major versions",
"matchUpdateTypes": [
"major"
],
"semanticCommitType": "deps",
"semanticCommitScope": "major",
"automerge": true
},
{
"description": "Semantic commits for minor versions",
"groupName": "minor versions",
"matchUpdateTypes": [
"minor"
],
"semanticCommitType": "deps",
"semanticCommitScope": "minor",
"automerge": true
},
{
"description": "Semantic commits for patch versions",
"groupName": "patch versions",
"matchUpdateTypes": [
"patch"
],
"semanticCommitType": "deps",
"semanticCommitScope": "patch",
"automerge": true
},
{
"description": "Semantic commits for pin and digest",
"groupName": "digest versions",
"matchUpdateTypes": [
"pin",
"digest"
],
"semanticCommitType": "deps",
"semanticCommitScope": "patch",
"automerge": true
},
{
"description": "Automerge untagged golang libs",
"groupName": "untagged libraries",
"matchPackageNames": [
"golang.org/x/crypto",
"golang.org/x/net"
],
"semanticCommitType": "deps",
"semanticCommitScope": "patch",
"automerge": true
}
],
"ignoreDeps": [
"github.com/prometheus/prometheus",
"docker/build-push-action"
],
"labels": [
"renovate"
"github>promhippie/.github//renovate/preset"
]
}

0 comments on commit 93e151e

Please sign in to comment.