Spaces:
Running
Running
chore: remove dependabot configuration
Browse files- .github/dependabot.yml +0 -78
.github/dependabot.yml
DELETED
|
@@ -1,78 +0,0 @@
|
|
| 1 |
-
version: 2
|
| 2 |
-
updates:
|
| 3 |
-
- package-ecosystem: pip
|
| 4 |
-
directory: /
|
| 5 |
-
target-branch: dev
|
| 6 |
-
schedule:
|
| 7 |
-
interval: monthly
|
| 8 |
-
day: monday
|
| 9 |
-
time: "09:00"
|
| 10 |
-
timezone: Asia/Kolkata
|
| 11 |
-
open-pull-requests-limit: 5
|
| 12 |
-
labels:
|
| 13 |
-
- dependencies
|
| 14 |
-
- python
|
| 15 |
-
groups:
|
| 16 |
-
root-python-minor-patch:
|
| 17 |
-
update-types:
|
| 18 |
-
- minor
|
| 19 |
-
- patch
|
| 20 |
-
|
| 21 |
-
- package-ecosystem: pip
|
| 22 |
-
directory: /backend
|
| 23 |
-
target-branch: dev
|
| 24 |
-
schedule:
|
| 25 |
-
interval: monthly
|
| 26 |
-
day: monday
|
| 27 |
-
time: "09:15"
|
| 28 |
-
timezone: Asia/Kolkata
|
| 29 |
-
open-pull-requests-limit: 5
|
| 30 |
-
labels:
|
| 31 |
-
- dependencies
|
| 32 |
-
- python
|
| 33 |
-
- backend
|
| 34 |
-
groups:
|
| 35 |
-
backend-python-minor-patch:
|
| 36 |
-
update-types:
|
| 37 |
-
- minor
|
| 38 |
-
- patch
|
| 39 |
-
|
| 40 |
-
- package-ecosystem: npm
|
| 41 |
-
directory: /frontend
|
| 42 |
-
target-branch: dev
|
| 43 |
-
schedule:
|
| 44 |
-
interval: monthly
|
| 45 |
-
day: monday
|
| 46 |
-
time: "09:30"
|
| 47 |
-
timezone: Asia/Kolkata
|
| 48 |
-
open-pull-requests-limit: 5
|
| 49 |
-
labels:
|
| 50 |
-
- dependencies
|
| 51 |
-
- javascript
|
| 52 |
-
- frontend
|
| 53 |
-
groups:
|
| 54 |
-
frontend-npm-minor-patch:
|
| 55 |
-
update-types:
|
| 56 |
-
- minor
|
| 57 |
-
- patch
|
| 58 |
-
ignore:
|
| 59 |
-
- dependency-name: "eslint"
|
| 60 |
-
versions: [">= 10.0.0"]
|
| 61 |
-
|
| 62 |
-
- package-ecosystem: github-actions
|
| 63 |
-
directory: /
|
| 64 |
-
target-branch: dev
|
| 65 |
-
schedule:
|
| 66 |
-
interval: monthly
|
| 67 |
-
day: monday
|
| 68 |
-
time: "09:45"
|
| 69 |
-
timezone: Asia/Kolkata
|
| 70 |
-
open-pull-requests-limit: 5
|
| 71 |
-
labels:
|
| 72 |
-
- dependencies
|
| 73 |
-
- github-actions
|
| 74 |
-
groups:
|
| 75 |
-
github-actions-minor-patch:
|
| 76 |
-
update-types:
|
| 77 |
-
- minor
|
| 78 |
-
- patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|