Skip to content

Commit aa1f2c1

Browse files
authored
Merge pull request #112 from botblock/dependabot/add-v2-config-file
Create Dependabot config file
2 parents ecb4545 + eb133b3 commit aa1f2c1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
labels:
9+
- 'Type: Dependency update'
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: daily
14+
open-pull-requests-limit: 10
15+
labels:
16+
- 'Type: Dependency update'
17+
- package-ecosystem: gradle
18+
directory: "/"
19+
schedule:
20+
interval: daily
21+
open-pull-requests-limit: 10
22+
labels:
23+
- 'Type: Dependency update'

0 commit comments

Comments
 (0)