Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 28, 2022
1 parent 98395d1 commit 2746768
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# From asdf official doc to test https://github.com/kachick/renovate-config-asdf/pull/290
ruby 2.5.3 # This is a comment
# This is another comment
nodejs 10.15.0
python 3.7.2 2.7.15 system
# And more patterns
crystal 1.1.0 1.5.1 system # As this...

10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>kachick/renovate-config-asdf#ca04744e3d737f805afe136dfa347aaeb0872a8b",
"github>kachick/renovate-config-asdf:self"
],
"labels": ["dependencies", "renovate"],
"automerge": true,
"enabledManagers": ["regex"]
}

0 comments on commit 2746768

Please sign in to comment.