Skip to content

Commit

Permalink
Prefer official asdf manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 17, 2022
1 parent 92357e1 commit 40df90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/help.links
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cat <<EOD
cargo-make: https://github.com/sagiegurari/cargo-make
asdf plugin: https://github.com/kachick/asdf-cargo-make
available with short-name: https://github.com/asdf-vm/asdf-plugins/pull/693
update .tool-versions with renovate: https://github.com/kachick/renovate-config-asdf
how to update .tool-versions: renovate is officially supporting this plugin. See https://docs.renovatebot.com/modules/manager/asdf/
EOD
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>kachick/renovate-config-asdf#1.11.1",
"github>kachick/renovate-config-asdf:self",
"github>kachick/renovate-config-dprint"
],
"labels": ["dependencies", "renovate"],
"enabledManagers": ["regex"],
"enabledManagers": ["asdf", "regex"],
"prHourlyLimit": 10,
"prConcurrentLimit": 5,
"packageRules": [
Expand Down

0 comments on commit 40df90f

Please sign in to comment.