Skip to content

Commit 14a9fdd

Browse files
authored
chore: all the GitHub actions update into one PR (#33)
We create only one PR for all the GitHub actions updates. Closes #32 Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent dacb3f5 commit 14a9fdd

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
@@ -20,5 +20,21 @@
2020
"registryUrlTemplate": "https://download.postgresql.org/pub/repos/apt?suite={{#if suite}}{{suite}}{{else}}stable{{/if}}&components=main&binaryArch=amd64",
2121
"datasourceTemplate": "deb"
2222
}
23+
],
24+
"packageRules": [
25+
{
26+
"matchDatasources": [
27+
"github-tags"
28+
],
29+
"matchUpdateTypes": [
30+
"digest",
31+
"pinDigest",
32+
"major",
33+
"minor",
34+
"patch"
35+
],
36+
"groupName": "all github action",
37+
"pinDigests": true
38+
}
2339
]
2440
}

0 commit comments

Comments
 (0)