Skip to content

Commit

Permalink
Renovate: Automerge updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Oct 16, 2024
1 parent 7160a48 commit be3d683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, pull_request]
on: [push, pull_request, merge_group]

jobs:
build:
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 @@
"extends": [
"config:base",
":disableDependencyDashboard"
],
"packageRules": [
{
"description": "Automerge updates",
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
]
}

0 comments on commit be3d683

Please sign in to comment.