Skip to content

Commit 90c6cda

Browse files
authored
Merge pull request #494 from ZeppelinBot/chore/dependabot
chore: fix dependabot configuration
2 parents f580693 + e0f0684 commit 90c6cda

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
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)