Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom authored Jul 25, 2024
1 parent c7e9ba4 commit e0632f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '*.*.*'
branches:
- '**'
merge_group:
pull_request:
branches:
- main
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit e0632f5

Please sign in to comment.