Skip to content

Commit

Permalink
Merge pull request #22 from fabriziosestito/disable-renovate-bot-go
Browse files Browse the repository at this point in the history
fix(deps): disable renovate for go dependencies
  • Loading branch information
flavio authored Oct 13, 2023
2 parents c53f2d0 + 082c4a0 commit b36e4f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base"],
"packageRules": [
{
"matchDatasources": ["go"],
"enabled": false
}
]
}

0 comments on commit b36e4f7

Please sign in to comment.