Skip to content

Commit

Permalink
chore(renovate): update config (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Feb 12, 2025
1 parent f383507 commit 33b0442
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,22 @@
"enabled": false
},
{
"matchDepTypes": ["require"],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"groupName": "GO modules"
"matchManagers": [
"gomod"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
},
{
"matchPackageNames": ["go"],
"matchManagers": [
"gomod"
],
"matchDatasources": [
"golang-version"
],
"rangeStrategy": "replace",
"allowedVersions": "1.23",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude: |
)$
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.83.1
rev: 39.166.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 33b0442

Please sign in to comment.