Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Nov 29, 2023
1 parent e5361a4 commit 68c7315
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate/generic-regex-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"regexManagers": [
{
"description": ["Process various dependencies in YAML files"],
"fileMatch": [".+\\.ya?ml$"],
"fileMatch": [".+\\.ya?ml$",".+\\.toml$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*=?))?( versionTemplate=(?<versionTemplate>.*=?))?\\n.*: ?(\"?(?<currentValue>[^\"\\n]+=?)\"?)",
"\\S+: \"?(?<currentValue>[^\"\\s]+)\"? # ?renovate: depName=(?<depName>\\S+)( datasource=(?<datasource>\\S+))?( versioning=(?<versioning>\\S+))?( extractVersion=(?<extractVersion>\\S+))?",
"\\S+[:=] \"?(?<currentValue>[^\"\\s]+)\"? # ?renovate: depName=(?<depName>\\S+)( datasource=(?<datasource>\\S+))?( versioning=(?<versioning>\\S+))?( extractVersion=(?<extractVersion>\\S+))?",
"(?m:^\\s+# ?renovate: depName=(?<depName>\\S+)( datasource=(?<datasource>\\S+))?( versioning=(?<versioning>\\S+))?( extractVersion=(?<extractVersion>\\S+))?\\n[ \\t ]*? \\S+: \"?(?<currentValue>[^\" ]+)\"?$)",
"(?m:^\\s+# ?renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?( versionTemplate=(?<extractVersion>\\S+))?\\n[ \\t ]*? \\S+: \"?(?<currentValue>[^\" ]+)\"?$)"
],
Expand Down
3 changes: 3 additions & 0 deletions home/dot_config/rtx/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
python = "3.12"
go = "1.21.3" # renovate: depName=golang/go datasource=github-tags extractVersion=^go(?<version>.*)$
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.CCH_NGLW_Lock
.CCH_UPI_Lock
.DS_Store
.keymapp
.pbz.qriba-grpuabybtvrf.guvax3
1Password
ABBYY
Expand Down Expand Up @@ -102,6 +103,7 @@ FileProvider
Finder Tags.txt
Fusion 360
GitHub Desktop
go
Google
gops
Hazel
Expand Down Expand Up @@ -151,6 +153,7 @@ videosubscriptionsd
virtualenv
Vivaldi
vscode-sqltools
wally
weave-gitops-config.json
Xcode
zoom.us
Expand Down

0 comments on commit 68c7315

Please sign in to comment.