Skip to content

Commit 500774b

Browse files
committed
🤖 Make Dependabot works for main branch
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 26799a8 commit 500774b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
version: 2
21
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
2+
- directory: /
3+
open-pull-requests-limit: 16
4+
package-ecosystem: github-actions
5+
schedule:
6+
interval: daily
7+
- directory: /
58
open-pull-requests-limit: 16
9+
package-ecosystem: npm
610
schedule:
7-
interval: "daily"
8-
target-branch: devel
11+
interval: daily
12+
version: 2

0 commit comments

Comments
 (0)