Skip to content

Commit 8ae2d36

Browse files
authored
Reduce frequency of amphtml updates (#559)
Reduces updates of github.com/ampproject/amphtml to weekly, using https://docs.renovatebot.com/configuration-options/#packagerules. The repo changes frequently, but we depend only on the validator.proto Layout enum, which changes infrequently.
1 parent 2a04d0e commit 8ae2d36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
"postUpdateOptions": [
77
"gomodUpdateImportPaths",
88
"gomodTidy"
9+
],
10+
"packageRules": [
11+
{
12+
"matchPackageNames": ["github.com/ampproject/amphtml"],
13+
"extends": ["schedule:weekly"]
14+
}
915
]
1016
}

0 commit comments

Comments
 (0)