Skip to content

Commit

Permalink
Move apk packages into their own group, and run renovate every day
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Feb 14, 2025
1 parent f8627d7 commit ce9f146
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: run renovate

on:
workflow_dispatch:
# Monday mornings
# every morning
schedule:
- cron: '15 1 * * 1'
- cron: '15 6 * * *'

env:
LOG_LEVEL: debug
Expand Down
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
"**/__fixtures__/**"
],
"packageRules": [
{
"groupName": "apk-packages",
"matchDatasources": [
"repology"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"versioning": "loose"
},
{
"matchPackageNames": [
"apache/activemq",
Expand Down

0 comments on commit ce9f146

Please sign in to comment.