Skip to content

Commit e311d78

Browse files
authored
monitor for dependency updates through dependabot.
1 parent 8f5a963 commit e311d78

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
time: "05:30"
13+
timezone: Europe/Amsterdam
14+
open-pull-requests-limit: 99
15+
- package-ecosystem: "npm" # See documentation for possible values
16+
directory: "/src/Web/ClientApp" # Location of package manifests
17+
schedule:
18+
interval: daily
19+
time: "05:30"
20+
timezone: Europe/Amsterdam
21+
open-pull-requests-limit: 99
22+
- package-ecosystem: nuget
23+
directory: "/"
24+
groups:
25+
nunit:
26+
patterns:
27+
- nunit*
28+
schedule:
29+
interval: daily
30+
time: "05:30"
31+
timezone: Europe/Amsterdam
32+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)