Skip to content

Commit 8d2034b

Browse files
committed
build: Upgrade to GitHub-native Dependabot
Merge pull request #104 from d-Rickyy-b/dependabot/add-v2-config-file
2 parents 9419361 + f461db4 commit 8d2034b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10
9+
target-branch: dev
10+
ignore:
11+
- dependency-name: python-telegram-bot
12+
versions:
13+
- "13.2"
14+
- "13.3"

0 commit comments

Comments
 (0)