Skip to content

Commit

Permalink
Fixed dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Oct 16, 2023
1 parent de5ba26 commit 2df0396
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@ updates:
- dependency-name: "centos*"
assignees:
- "haxorof"
# Maintain dependencies for Python PiP (v2.11)
# Maintain dependencies for Python PiP (v2.13)
- package-ecosystem: "pip"
directory: "/requirements/v2.11"
directory: "/requirements/v2.13"
schedule:
interval: "daily"
assignees:
- "haxorof"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
# Maintain dependencies for Python PiP (v2.12)
# Maintain dependencies for Python PiP (v2.14)
- package-ecosystem: pip
directory: "/requirements/v2.12"
directory: "/requirements/v2.14"
schedule:
interval: daily
assignees:
- "haxorof"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
# Maintain dependencies for Python PiP (v2.13)
# Maintain dependencies for Python PiP (v2.15)
- package-ecosystem: pip
directory: "/requirements/v2.13"
directory: "/requirements/v2.15"
schedule:
interval: daily
assignees:
Expand Down

0 comments on commit 2df0396

Please sign in to comment.