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 c948824 commit e0092eaCopy full SHA for e0092ea
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ time: "03:00"
9
+ timezone: "Europe/Berlin"
10
+ reviewers:
11
+ - "github-actions"
12
+ pull-request-branch-name:
13
+ separator: "-"
14
+
15
+ # Daily: Check minor and patch updates
16
+ - package-ecosystem: "npm"
17
18
+ open-pull-requests-limit: 10
19
20
21
22
23
24
25
26
27
+ # https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
28
+ versioning-strategy: increase
0 commit comments