Skip to content

Commit 7d0a98d

Browse files
authored
Merge pull request #83 from rust-lang/fix-renovate-github-actions-update
fix renovate github actions update
2 parents 6db1cc5 + 52d74a7 commit 7d0a98d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json5

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["config:recommended", ":maintainLockFilesMonthly"],
3+
extends: [
4+
"config:recommended",
5+
":maintainLockFilesMonthly",
6+
"helpers:pinGitHubActionDigests",
7+
],
48
automerge: true,
59
packageRules: [
610
{
@@ -19,8 +23,8 @@
1923
},
2024
{
2125
matchManagers: ["github-actions"],
22-
// At 06:XX on Monday.
23-
schedule: "* 6 * * 1",
26+
// Every weekend
27+
schedule: "* * * * 0,6",
2428
groupName: "Github Actions",
2529
},
2630
{

0 commit comments

Comments
 (0)