We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e061c commit 45771dcCopy full SHA for 45771dc
.github/dependabot.yml
@@ -9,8 +9,15 @@ updates:
9
directory: "/"
10
schedule:
11
interval: "weekly"
12
+ ignore:
13
+ # ignore liquibase, because we do not want to update from 4.28
14
+ - dependency-name: org.liquibase:liquibase-core
15
+ cooldown:
16
+ default-days: 7
17
18
- package-ecosystem: "github-actions"
19
20
21
22
23
0 commit comments