Skip to content

Commit 766bf0b

Browse files
committed
renovate: bundle minor/patch/digest in one PR once per week
1 parent d3f0ecd commit 766bf0b

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: validate renovate.json
2+
3+
on:
4+
pull_request:
5+
6+
env:
7+
LOG_LEVEL: debug
8+
9+
jobs:
10+
renovate-config-validator:
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 10
13+
14+
steps:
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
17+
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
18+
with:
19+
node-version: 20
20+
21+
- run: npx -p renovate renovate-config-validator renovate.json

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
],
1111
"matchUpdateTypes": [
1212
"minor",
13-
"patch"
13+
"patch",
14+
"digest"
1415
],
1516
"groupName": "all non-major dependencies",
16-
"groupSlug": "all-minor-patch"
17+
"groupSlug": "all-minor-patch",
18+
"schedule": [
19+
"after 6pm on friday"
20+
]
1721
}
1822
]
1923
}

0 commit comments

Comments
 (0)