Skip to content

Commit

Permalink
ci: adapt renovate managers
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 17, 2025
1 parent 7200f8d commit a15d491
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
17 changes: 4 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,15 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^plug\\.gd$"],
"fileMatch": ["^\\.godot-deps\\.json$"],
"matchStrings": [
"\\s+plug\\(\\s*\"(?<depName>.*)\",\\s+{\\s*\"commit\":\\s*\"(?<currentDigest>.*)\",\\s*\"renovate-branch\":\\s*\"(?<currentValue>.*)\""
"\\s+{\\s*\"owner\":\\s*\"(?<depOwner>.*)\",\\s*\"repo\":\\s*\"(?<depRepo>.*)\",\\s*\"commit\":\\s*\"(?<currentDigest>.*)\",\\s*\"renovate-branch\":\\s*\"(?<currentValue>.*)\""
],
"packageNameTemplate": "https://github.com/{{{depName}}}.git",
"depNameTemplate": "{{{depOwner}}}/{{{depRepo}}}",
"packageNameTemplate": "https://github.com/{{{depOwner}}}/{{{depRepo}}}.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
},
{
"customType": "regex",
"fileMatch": ["^plug\\.gd$"],
"matchStrings": [
"\\s+plug\\(\"(?<depName>.*?)\",\\ \\{\\s*\"tag\":\\ \"(?<currentValue>.*)\""
],
"packageNameTemplate": "https://github.com/{{{depName}}}.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-tags"
},
{
"customType": "regex",
"fileMatch": ["^.env$"],
Expand Down
5 changes: 2 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
godot.url = "github:florianvazelle/godot-overlay/rework";
godot.url = "github:florianvazelle/godot-overlay";
godot.inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit a15d491

Please sign in to comment.