Skip to content

Commit 1bd574c

Browse files
authored
1 parent 1e3d873 commit 1bd574c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/config/presets/internal/helpers.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ export const presets: Record<string, Preset> = {
2727
packageRules: [
2828
{
2929
changelogUrl: '{{sourceUrl}}/compare/{{currentDigest}}..{{newDigest}}',
30+
matchDatasources: [
31+
'git-refs',
32+
'git-tags',
33+
'github-releases',
34+
'github-tags',
35+
],
3036
matchSourceUrls: ['https://github.com/**'],
3137
matchUpdateTypes: ['digest'],
3238
},

0 commit comments

Comments
 (0)