You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This Dependabot configuration file is set up to manage dependency updates for both Python packages (pip) and GitHub Actions workflows.
7
-
#
6
+
# This Dependabot configuration file is set up to manage dependency updates
7
+
# for both Python packages (pip) and GitHub Actions workflows.
8
+
#
8
9
# Key points:
9
10
# - Dependencies are categorized into production and development groups.
10
-
# - The "setuptools" package is treated as an exception: it is excluded from the production group but is still allowed to be updated as a production dependency.
11
-
# - The configuration includes specific labels, assignees, and commit message formats to streamline the update process.
11
+
# - The "setuptools" package is treated as an exception: it is excluded from
12
+
# the production group but is still allowed to be updated as a production
13
+
# dependency.
14
+
# - The configuration includes specific labels, assignees, and commit message
15
+
# formats to streamline the update process.
12
16
# - Updates are scheduled to run weekly on Tuesdays.
13
-
17
+
---
14
18
version: 2
15
19
updates:
16
-
- package-ecosystem: "pip"# See documentation for possible values
17
-
directory: "/"# Location of package manifests
20
+
- package-ecosystem: "pip"# See documentation for possible values
21
+
directory: "/"# Location of package manifests
18
22
milestone: 2
19
23
target-branch: "master"
20
24
versioning-strategy: increase-if-necessary
@@ -31,7 +35,7 @@ updates:
31
35
- "setuptools*"
32
36
development-dependencies:
33
37
dependency-type: "development"
34
-
allow:
38
+
allow:
35
39
- dependency-name: "setuptools"
36
40
dependency-type: "production"
37
41
- dependency-name: "pip"
@@ -56,22 +60,22 @@ updates:
56
60
schedule:
57
61
interval: "weekly"
58
62
day: "tuesday"
59
-
- package-ecosystem: "github-actions"# See documentation for possible values
60
-
directory: ".github/workflows/"# Location of package manifests
61
-
milestone: 2
62
-
target-branch: "master"
63
-
# Labels on pull requests for version updates only
64
-
labels:
65
-
- "Configs"
66
-
- "Version Update"
67
-
- "GitHub"
68
-
- "Testing"
69
-
- "Python Repo"
70
-
assignees:
71
-
- "reactive-firewall"
72
-
commit-message:
73
-
prefix: "[UPDATE] "
74
-
include: "scope"
75
-
schedule:
76
-
interval: "weekly"
77
-
day: "tuesday"
63
+
- package-ecosystem: "github-actions"# See documentation for possible values
64
+
directory: ".github/workflows/"# Location of package manifests
65
+
milestone: 2
66
+
target-branch: "master"
67
+
# Labels on pull requests for version updates only
0 commit comments