Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent aec63c3 commit 279235f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":automergeMinor"],
"extends": [
"config:recommended",
":automergeMinor"
],
"packageRules": [
{
"matchPackageNames": ["gopkg.in/yaml.v2"],
"matchUpdateTypes": ["major"],
"matchPackageNames": [
"gopkg.in/yaml.v2"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"matchPackageNames": ["gopkg.in/AlecAivazis/survey.v1"],
"matchUpdateTypes": ["major"],
"matchPackageNames": [
"gopkg.in/AlecAivazis/survey.v1"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
]
Expand Down

0 comments on commit 279235f

Please sign in to comment.