Skip to content

Commit 8150348

Browse files
committed
tidy build config
1 parent 082bf3e commit 8150348

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/renovate.json5

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
timezone: "Europe/Amsterdam",
43
extends: [
54
"config:base"
65
],
@@ -12,7 +11,9 @@
1211
"github-actions",
1312
],
1413

15-
// will auto-merge directly, without a PR, if tests pass - else, makes a PR
14+
// Will auto-merge directly, without a PR, if tests pass - else, makes a PR.
15+
// Must add Renovate to 'Allow specified actors to bypass required pull requests'
16+
// in branch protection rule
1617
automergeType: "branch",
1718
platformAutomerge: true,
1819
ignoreTests: false,
@@ -28,10 +29,13 @@
2829
automerge: true,
2930
}
3031
],
32+
33+
timezone: "Etc/UTC",
3134
schedule: [
32-
//"after 10am on the first day of the month",
33-
"after 6am"
35+
//"on the first day of the month",
36+
"after 10am",
3437
],
38+
3539
stabilityDays: 14,
3640
// suppressNotifications: [
3741
// "artifactErrors",

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
merge_group:
88
push:
99
branches:
10-
- main
11-
- 'renovate/**'
10+
- "main"
11+
- "renovate/**"
1212

1313
concurrency:
1414
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"

0 commit comments

Comments
 (0)