Skip to content

Commit

Permalink
chore: migrate config renovate.json (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 4152bb9 commit 9b0536a
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"schedule:monthly",
":timezone(Asia/Singapore)",
":dependencyDashboard"
],
"postUpdateOptions": ["gomodTidy"],
"docker": {
"enabled": false
},
"postUpdateOptions": [
"gomodTidy"
],
"docker-compose": {
"enabled": false
},
"labels": ["renovate"],
"labels": [
"renovate"
],
"prBodyNotes": [
"{{#if isMajor}}:warning: MAJOR MAJOR MAJOR :warning:{{/if}}"
],
Expand All @@ -23,24 +24,34 @@
},
"packageRules": [
{
"description": "Automatically group and merge minor and patch-level updates",
"matchPackagePatterns": [
"*"
"matchCategories": [
"docker"
],
"enabled": false
},
{
"description": "Automatically group and merge minor and patch-level updates",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"matchManagers": ["gomod"],
"stabilityDays": 3,
"matchManagers": [
"gomod"
],
"minimumReleaseAge": "3 days",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"automerge": true
"automerge": true,
"matchPackageNames": [
"*"
]
},
{
"description": "Opt-out minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchDatasources": ["golang-version"],
"matchDatasources": [
"golang-version"
],
"enabled": false
}
],
Expand Down

0 comments on commit 9b0536a

Please sign in to comment.