Skip to content

Commit

Permalink
chore(actions): restore softprops/action-gh-release to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Dec 25, 2024
1 parent 47eba78 commit 1b6c134
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
groups:
all:
patterns:
- "*"

# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/src"
target-branch: "main"
schedule:
interval: "daily"
groups:
minor-patch:
patterns:
- "*"
update-types:
- "minor"
- "patch"
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
groups:
all:
patterns:
- "*"
ignore:
- dependency-name: "softprops/action-gh-release"
# https://github.com/softprops/action-gh-release/issues/556
versions: ["2.2.0"]

# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/src"
target-branch: "main"
schedule:
interval: "daily"
groups:
minor-patch:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 1b6c134

Please sign in to comment.