mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
softprops/action-gh-release v2.2.0 has a known issue: https://github.com/softprops/action-gh-release/issues/556
21 lines
511 B
YAML
21 lines
511 B
YAML
version: 2
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "daily"
|
|
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"
|