-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(actions): restore softprops/action-gh-release to 2.1.0
- Loading branch information
1 parent
47eba78
commit 1b6c134
Showing
1 changed file
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |