Skip to content

Commit

Permalink
update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Nov 20, 2023
1 parent 75d7211 commit 621f30d
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,48 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"default:pinDigestsDisabled",
"github>whitesource/merge-confidence:beta",
"docker:disable"
],
"assignees": [
"notandy"
],
"commitMessageAction": "Renovate: Update",
"constraints": {
"go": "1.21.4"
},
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
"matchPackageNames": [
"golang"
],
"allowedVersions": "1.21.4.x"
},
{
"matchPackagePatterns": [
"^github\\.com\\/sapcc\\/.*"
],
"automerge": true,
"groupName": "github.com/sapcc"
},
{
"matchPackageNames": ["github.com/getsentry/sentry-go"],
"enabled": false
"excludePackagePatterns": [
"^github\\.com\\/sapcc\\/.*"
],
"matchPackagePatterns": [
".*"
],
"groupName": "External dependencies"
}
]
],
"prHourlyLimit": 0,
"schedule": [
"before 8am on Friday"
],
"semanticCommits": "disabled"
}

0 comments on commit 621f30d

Please sign in to comment.