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 847c950 commit 3d24b9bCopy full SHA for 3d24b9b
.github/dependabot.yml
@@ -3,9 +3,15 @@ updates:
3
- package-ecosystem: github-actions
4
directory: /
5
schedule:
6
- interval: daily
+ interval: monthly
7
8
- package-ecosystem: npm
9
10
11
12
+ time: "23:00"
13
+ timezone: Europe/London
14
+ open-pull-requests-limit: 10
15
+ ignore:
16
+ - dependency-name: "*"
17
+ update-types: ["version-update:semver-major"]
0 commit comments