Karma
commited on
Commit
·
66b4dc9
1
Parent(s):
c7dfe8b
Create dependabot.yml
Browse files- .github/dependabot.yml +18 -0
.github/dependabot.yml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# To get started with Dependabot version updates, you'll need to specify which
|
2 |
+
# package ecosystems to update and where the package manifests are located.
|
3 |
+
# Please see the documentation for all configuration options:
|
4 |
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
5 |
+
|
6 |
+
version: 2
|
7 |
+
updates:
|
8 |
+
- package-ecosystem: pip
|
9 |
+
directory: "/"
|
10 |
+
schedule:
|
11 |
+
interval: daily
|
12 |
+
time: "00:00"
|
13 |
+
timezone: "Asia/Kolkata"
|
14 |
+
labels:
|
15 |
+
- "dependencies"
|
16 |
+
open-pull-requests-limit: 50
|
17 |
+
ignore:
|
18 |
+
- dependency-name: "sqlalchemy"
|