Skip to content

Commit

Permalink
chore: configure Renovate (#259)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore: update renovate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gareth Jones <[email protected]>
  • Loading branch information
renovate[bot] and G-Rath authored Jul 11, 2024
1 parent 673fd2c commit 7d256ea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"timezone": "Pacific/Auckland",
"schedule": ["before 6am on monday"],
"labels": ["dependencies"],
"postUpdateOptions": ["gomodTidy"],
"osvVulnerabilityAlerts": true,
"lockFileMaintenance": { "enabled": true },
"packageRules": [
{
"matchUpdateTypes": ["major"],
"groupName": "Major Updates",
"enabled": true
},
{
"matchLanguages": ["golang"],
"groupName": "osv-detector minor"
},
{
"matchFileNames": [".github/**"],
"groupName": "workflows"
},
{
"matchDepTypes": ["golang"],
"enabled": false
}
],
"ignorePaths": ["**/fixtures/**"]
}

0 comments on commit 7d256ea

Please sign in to comment.