rstml-component 0.2.6

HTML Component Library for Rust
Documentation
{
	"$schema": "https://docs.renovatebot.com/renovate-schema.json",
	"extends": ["local>YoloDev/renovate-config"],
	"prCreation": "immediate",
	"customManagers": [
		{
			"customType": "regex",
			"managerFilePatterns": [
				"/^\\.github/workflows//"
			],
			"matchStrings": [
				"SCCACHE_VERSION\\s*:\\s*\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
			],
			"depNameTemplate": "sccache",
			"packageNameTemplate": "mozilla/sccache",
			"datasourceTemplate": "github-releases"
		}
	]
}