Skip to content

Commit fb069fc

Browse files
committed
chore: create renovate.json
1 parent 52dc869 commit fb069fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"ignorePaths": [
7+
"exampleSite/**"
8+
],
9+
"packageRules": [
10+
{
11+
"matchManagers": ["gomod"],
12+
"matchDepTypes": ["indirect"],
13+
"enabled": true
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)