We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacb3f5 commit 14a9fddCopy full SHA for 14a9fdd
1 file changed
renovate.json
@@ -20,5 +20,21 @@
20
"registryUrlTemplate": "https://download.postgresql.org/pub/repos/apt?suite={{#if suite}}{{suite}}{{else}}stable{{/if}}&components=main&binaryArch=amd64",
21
"datasourceTemplate": "deb"
22
}
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
+ }
39
]
40
0 commit comments