Skip to content

Commit

Permalink
chore: update Renovate config (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Dec 29, 2024
1 parent c500533 commit ff07f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/v2.30.0/json-schema/aqua-yaml.json
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
Expand Down
12 changes: 5 additions & 7 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
extends: [
"config:recommended",
"helpers:pinGitHubActionDigests",
"github>suzuki-shunsuke/renovate-config#3.0.0",
"github>suzuki-shunsuke/renovate-config:nolimit#3.0.0",
"github>aquaproj/aqua-renovate-config#2.6.0",
"github>aquaproj/aqua-renovate-config:installer-script#2.6.0(README\\.md)",
],
automerge: true,
major: {
automerge: false,
},
regexManagers: [
customManagers: [
{
customType: "regex",
fileMatch: ["README.md"],
depNameTemplate: "aquaproj/aqua-installer",
datasourceTemplate: "github-releases",
Expand All @@ -19,6 +16,7 @@
],
},
{
customType: "regex",
fileMatch: ["README.md"],
depNameTemplate: "aquaproj/aqua",
datasourceTemplate: "github-releases",
Expand Down

0 comments on commit ff07f97

Please sign in to comment.