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 8b31a01 commit 71c372b
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
}
]
}

4 comments on commit 71c372b

@vanniktech
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Canato does the CanHub organization need to accept renovate? We haven't received any prs from them yet. It's really helpful for all the version bumps.

@Canato
Copy link
Member

@Canato Canato commented on 71c372b Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me see

@Canato
Copy link
Member

@Canato Canato commented on 71c372b Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be available now @vanniktech

Image

@vanniktech
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thanks!

Please sign in to comment.