Skip to content

Commit 8870445

Browse files
authored
Merge pull request #2437 from rust-lang/configure-renovate-to-update-github-actions-monthly
configure renovate to update github actions monthly
2 parents 890574c + 560bf7c commit 8870445

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: [
4+
"github>rust-lang/renovate:actions",
5+
"docker:disable",
6+
],
7+
"packageRules": [
8+
{
9+
"matchManagers": ["github-actions"],
10+
"extends": ["schedule:monthly"]
11+
}
12+
],
13+
}

0 commit comments

Comments
 (0)