Skip to content

Commit

Permalink
ci(actions): adjust renovate workflow (#53)
Browse files Browse the repository at this point in the history
* fix(renovate): change enabled manager to regex

Related to PR #52.

* feat(renovate): run renovate on configuration change
  • Loading branch information
beiertu-mms authored Jan 6, 2024
1 parent e375708 commit e3b6730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prConcurrentLimit": 10,
"prHourlyLimit": 0,
"enabledManagers": [
"no-category"
"regex"
],
"customManagers": [
{
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/run-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: 'Run Renovate'
"on":
schedule:
- cron: '0 6 * * 1-5' # https://crontab.guru/#0_6_*_*_1-5
push:
branches:
- "master"
paths:
- ".github/renovate.json"
- ".github/workflows/run-renovate.yaml"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e3b6730

Please sign in to comment.