Compare commits

..

No commits in common. "eea79af02b8da2152fe7cddcea7f1e9419ade05f" and "82b87b4d4c1147defb92a1dd5016dd2f41e40da2" have entirely different histories.

View File

@ -9,10 +9,9 @@
"matchStrings": [ "matchStrings": [
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)" "(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
], ],
"currentValueTemplate": "main", "currentValueTemplate": "master",
"lookupNameTemplate": "refs/heads/master",
"datasourceTemplate": "git-refs",
"depNameTemplate": "test-source", "depNameTemplate": "test-source",
"datasourceTemplate": "git-refs",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source", "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
"versioningTemplate": "loose" "versioningTemplate": "loose"
} }