Skip to content

Commit 2a04d0e

Browse files
Configure Renovate (#539)
* Add renovate.json * Add golang options - gomodUpdateImportPaths to support lego/v4 imports - gomodTidy as recommended by https://github.com/ampproject/amppackager/wiki/Contributing#new-dependencies * Change base branch from default (releases) to main Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: Devin Mullins <[email protected]>
1 parent 3c190c3 commit 2a04d0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"baseBranches": ["main"],
3+
"extends": [
4+
"config:base"
5+
],
6+
"postUpdateOptions": [
7+
"gomodUpdateImportPaths",
8+
"gomodTidy"
9+
]
10+
}

0 commit comments

Comments
 (0)