Skip to content

Commit 3c74fd5

Browse files
upgrade to github-native dependabot (via #587)
1 parent f3e41d3 commit 3c74fd5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/allure-behave"
5+
schedule:
6+
interval: daily
7+
time: "02:00"
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: pip
10+
directory: "/allure-pytest"
11+
schedule:
12+
interval: daily
13+
time: "02:00"
14+
open-pull-requests-limit: 10
15+
- package-ecosystem: pip
16+
directory: "/allure-python-commons"
17+
schedule:
18+
interval: daily
19+
time: "02:00"
20+
open-pull-requests-limit: 10
21+
- package-ecosystem: pip
22+
directory: "/allure-robotframework"
23+
schedule:
24+
interval: daily
25+
time: "02:00"
26+
open-pull-requests-limit: 10
27+
- package-ecosystem: pip
28+
directory: "/allure-python-commons-test"
29+
schedule:
30+
interval: daily
31+
time: "02:00"
32+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)