Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 6a70fce

Browse files
author
staticdev
committed
Dependabot config
1 parent 3222282 commit 6a70fce

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.dependabot/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "python"
4+
directory: "/.github/workflows"
5+
update_schedule: "daily"
6+
allowed_updates:
7+
- match:
8+
update_type: "all"
9+
- package_manager: "python"
10+
directory: "/"
11+
update_schedule: "daily"
12+
allowed_updates:
13+
- match:
14+
update_type: "all"
15+
- package_manager: "github_actions"
16+
directory: "/"
17+
update_schedule: "daily"
18+
allowed_updates:
19+
- match:
20+
update_type: "all"

0 commit comments

Comments
 (0)