Skip to content

Commit

Permalink
Bumped v24 to version v24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Jun 1, 2024
1 parent 635cc32 commit 9b92a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ groups:
update-types:
- "minor"
- "patch"

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -22,17 +22,6 @@ updates:
interval: daily
assignees:
- "haxorof"
# Maintain dependencies for ansible-lint v5
- package-ecosystem: pip
directory: "/requirements/v5"
schedule:
interval: daily
assignees:
- "haxorof"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

# Maintain dependencies for ansible-lint v6
- package-ecosystem: pip
directory: "/requirements/v6"
Expand All @@ -43,7 +32,6 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

# Maintain dependencies for ansible-lint v24
- package-ecosystem: pip
directory: "/requirements/v24"
Expand Down
2 changes: 1 addition & 1 deletion requirements/v24/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible-lint==v24.2.1
ansible-lint==v24.5.0

0 comments on commit 9b92a88

Please sign in to comment.