We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db1cc5 + 52d74a7 commit 7d0a98dCopy full SHA for 7d0a98d
.github/renovate.json5
@@ -1,6 +1,10 @@
1
{
2
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3
- extends: ["config:recommended", ":maintainLockFilesMonthly"],
+ extends: [
4
+ "config:recommended",
5
+ ":maintainLockFilesMonthly",
6
+ "helpers:pinGitHubActionDigests",
7
+ ],
8
automerge: true,
9
packageRules: [
10
@@ -19,8 +23,8 @@
19
23
},
20
24
21
25
matchManagers: ["github-actions"],
22
- // At 06:XX on Monday.
- schedule: "* 6 * * 1",
26
+ // Every weekend
27
+ schedule: "* * * * 0,6",
28
groupName: "Github Actions",
29
30
0 commit comments