We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 522d0fc + d06b032 commit f132e7aCopy full SHA for f132e7a
.github/dependabot.yml
@@ -20,6 +20,10 @@ updates:
20
schedule:
21
interval: "daily"
22
open-pull-requests-limit: 1
23
+ ignore:
24
+ - dependency-name: "postgres"
25
+ update-types:
26
+ - "version-update:semver-major"
27
- package-ecosystem: github-actions
28
directory: "/"
29
renovate.json
@@ -1,5 +1,16 @@
1
{
2
"extends": [
3
"github>dev-hato/renovate-config"
4
+ ],
5
+ "packageRules": [
6
+ {
7
+ "matchPackageNames": [
8
+ "postgres"
9
10
+ "matchUpdateTypes": [
11
+ "major"
12
13
+ "enabled": false
14
+ }
15
]
16
}
0 commit comments