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 2768bbe commit cef4285Copy full SHA for cef4285
.github/dependabot.yml
@@ -5,8 +5,16 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "nuget" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "github-actions"
+ directory: "/"
10
schedule:
11
- interval: "daily"
12
- open-pull-requests-limit: 25
+ interval: daily
+ time: "06:30"
13
+ timezone: Europe/Brussels
14
+ - package-ecosystem: nuget
15
16
+ schedule:
17
18
19
20
+ open-pull-requests-limit: 99
0 commit comments