Skip to content

Commit f7a0ce7

Browse files
committed
chore: fix dependabot configuration
1 parent eb5fda8 commit f7a0ce7

File tree

3 files changed

+23087
-23091
lines changed

3 files changed

+23087
-23091
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: npm
5+
directory: /
6+
schedule:
7+
interval: daily
8+
groups:
9+
non-major:
10+
update-types:
11+
- minor
12+
- patch
13+
14+
- package-ecosystem: github-actions
15+
directory: /
16+
schedule:
17+
interval: weekly
18+
groups:
19+
github-actions:
20+
patterns:
21+
- "*"
22+
23+
- package-ecosystem: docker
24+
directory: /
25+
schedule:
26+
interval: weekly

dependabot.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)