Skip to content

Commit 8f29621

Browse files
authored
Merge pull request #2 from wright-io/minder_add_dependabot_configuration_for_github-actions
Add Dependabot configuration for github-actions
2 parents 402d0c3 + 3ee6ba5 commit 8f29621

File tree

1 file changed

+3
-103
lines changed

1 file changed

+3
-103
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,7 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/fixtures/art"
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
55
schedule:
66
interval: "weekly"
7-
open-pull-requests-limit: 0
8-
- package-ecosystem: "npm"
9-
directory: "/fixtures/attribute-behavior"
10-
schedule:
11-
interval: "weekly"
12-
open-pull-requests-limit: 0
13-
- package-ecosystem: "npm"
14-
directory: "/fixtures/concurrent"
15-
schedule:
16-
interval: "weekly"
17-
open-pull-requests-limit: 0
18-
- package-ecosystem: "npm"
19-
directory: "/fixtures/devtools"
20-
schedule:
21-
interval: "weekly"
22-
open-pull-requests-limit: 0
23-
- package-ecosystem: "npm"
24-
directory: "/fixtures/dom"
25-
schedule:
26-
interval: "weekly"
27-
open-pull-requests-limit: 0
28-
- package-ecosystem: "npm"
29-
directory: "/fixtures/eslint"
30-
schedule:
31-
interval: "weekly"
32-
open-pull-requests-limit: 0
33-
- package-ecosystem: "npm"
34-
directory: "/fixtures/expiration"
35-
schedule:
36-
interval: "weekly"
37-
open-pull-requests-limit: 0
38-
- package-ecosystem: "npm"
39-
directory: "/fixtures/fiber-debugger"
40-
schedule:
41-
interval: "weekly"
42-
open-pull-requests-limit: 0
43-
- package-ecosystem: "npm"
44-
directory: "/fixtures/fiber-triangle"
45-
schedule:
46-
interval: "weekly"
47-
open-pull-requests-limit: 0
48-
- package-ecosystem: "npm"
49-
directory: "/fixtures/fizz"
50-
schedule:
51-
interval: "weekly"
52-
open-pull-requests-limit: 0
53-
- package-ecosystem: "npm"
54-
directory: "/fixtures/fizz-ssr-browser"
55-
schedule:
56-
interval: "weekly"
57-
open-pull-requests-limit: 0
58-
- package-ecosystem: "npm"
59-
directory: "/fixtures/flight"
60-
schedule:
61-
interval: "weekly"
62-
open-pull-requests-limit: 0
63-
- package-ecosystem: "npm"
64-
directory: "/fixtures/flight-browser"
65-
schedule:
66-
interval: "weekly"
67-
open-pull-requests-limit: 0
68-
- package-ecosystem: "npm"
69-
directory: "/fixtures/flight-esm"
70-
schedule:
71-
interval: "weekly"
72-
open-pull-requests-limit: 0
73-
- package-ecosystem: "npm"
74-
directory: "/fixtures/legacy-jsx-runtimes"
75-
schedule:
76-
interval: "weekly"
77-
open-pull-requests-limit: 0
78-
- package-ecosystem: "npm"
79-
directory: "/fixtures/nesting"
80-
schedule:
81-
interval: "weekly"
82-
open-pull-requests-limit: 0
83-
- package-ecosystem: "npm"
84-
directory: "/fixtures/packaging"
85-
schedule:
86-
interval: "weekly"
87-
open-pull-requests-limit: 0
88-
- package-ecosystem: "npm"
89-
directory: "/fixtures/scheduler"
90-
schedule:
91-
interval: "weekly"
92-
open-pull-requests-limit: 0
93-
- package-ecosystem: "npm"
94-
directory: "/fixtures/ssr"
95-
schedule:
96-
interval: "weekly"
97-
open-pull-requests-limit: 0
98-
- package-ecosystem: "npm"
99-
directory: "/fixtures/ssr-2"
100-
schedule:
101-
interval: "weekly"
102-
open-pull-requests-limit: 0
103-
- package-ecosystem: "npm"
104-
directory: "/fixtures/stacks"
105-
schedule:
106-
interval: "weekly"
107-
open-pull-requests-limit: 0
7+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)