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 040f4b0 commit 94a5751Copy full SHA for 94a5751
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm dependencies in the Angular website
4
+ - package-ecosystem: "npm"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ time: "09:00"
9
+ open-pull-requests-limit: 10
10
+ commit-message:
11
+ prefix: "deps"
12
+ prefix-development: "deps-dev"
13
+ include: "scope"
14
+
15
+ # Enable version updates for GitHub Actions
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/"
18
19
20
21
22
+ open-pull-requests-limit: 5
0 commit comments