Skip to content

Commit 96453e7

Browse files
[REGRESSION] Fixes the dependabot.yml file syntax to hopefully restore CI (- WIP PR #66 & #67 -)
1 parent 3d55912 commit 96453e7

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

6-
# 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+
#
89
# Key points:
910
# - 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.
1216
# - Updates are scheduled to run weekly on Tuesdays.
13-
17+
---
1418
version: 2
1519
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
1822
milestone: 2
1923
target-branch: "master"
2024
versioning-strategy: increase-if-necessary
@@ -31,7 +35,7 @@ updates:
3135
- "setuptools*"
3236
development-dependencies:
3337
dependency-type: "development"
34-
allow:
38+
allow:
3539
- dependency-name: "setuptools"
3640
dependency-type: "production"
3741
- dependency-name: "pip"
@@ -56,22 +60,22 @@ updates:
5660
schedule:
5761
interval: "weekly"
5862
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
68+
labels:
69+
- "Configs"
70+
- "Version Update"
71+
- "GitHub"
72+
- "Testing"
73+
- "Python Repo"
74+
assignees:
75+
- "reactive-firewall"
76+
commit-message:
77+
prefix: "[UPDATE] "
78+
include: "scope"
79+
schedule:
80+
interval: "weekly"
81+
day: "tuesday"

0 commit comments

Comments
 (0)