Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Support awscli(aws-cli) #193

Merged
merged 2 commits into from Oct 13, 2022
Merged

Support awscli(aws-cli) #193

merged 2 commits into from Oct 13, 2022

Conversation

kachick
Copy link
Owner

@kachick kachick commented Oct 13, 2022

No description provided.

"regexManagers": [
{
"fileMatch": ["\\.tool-versions$"],
"matchStrings": ["^awscli (?<currentValue>.+?)\\n"],
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"matchStrings": ["^awscli (?<currentValue>.+?)\\n"],
"matchStrings": ["awscli (?<currentValue>.+?)\\n"],

^ might not be worked. This is intentional try.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked 🎉 #195

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#200

don't work.

So ^ means whole file start here...? 🤔

@kachick kachick merged commit 389193f into main Oct 13, 2022
@kachick kachick deleted the support-aws-cli branch October 13, 2022 16:47
kachick added a commit that referenced this pull request Oct 13, 2022
kachick added a commit that referenced this pull request Oct 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant