Skip to content

Commit

Permalink
Merge pull request #464 from SVendittelli/disable-renovate
Browse files Browse the repository at this point in the history
chore(renovate): disable renovate
  • Loading branch information
SVendittelli authored Sep 23, 2023
2 parents 82a6073 + 1fd5c9e commit b40d204
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>SVendittelli/renovate-config"],
"packageRules": [
{
"description": "Only update github-pages gem",
"matchManagers": ["bundler"],
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["github-pages"],
"enabled": false
},
{
"description": "Group all terraform dependencies together",
"matchManagers": ["terraform"],
"groupName": "terraform"
}
]
"enabled": false
}

0 comments on commit b40d204

Please sign in to comment.