Skip to content

Commit 7f9cdef

Browse files
committed
chore: do not renovate go.mod
Disable go.mod renovate updates. Every module there is managed by `dagger develop`, we do not need automated PRs for them. Closes: #76 Signed-off-by: Francesco Canovai <[email protected]>
1 parent ef3e26d commit 7f9cdef

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

renovate.json5

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,7 @@
4141
depNameTemplate: 'dagger/dagger',
4242
},
4343
],
44-
packageRules: [
45-
{
46-
matchDatasources: [
47-
'go',
48-
],
49-
matchUpdateTypes: [
50-
'minor',
51-
'patch',
52-
'digest',
53-
],
54-
groupName: 'all non-major go dependencies',
55-
matchPackageNames: [
56-
'*',
57-
],
58-
},
59-
],
44+
gomod: {
45+
enabled: false,
46+
},
6047
}

0 commit comments

Comments
 (0)