forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
23 lines (23 loc) · 976 Bytes
/
Copy pathrenovate.json
File metadata and controls
23 lines (23 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "helpers:pinGitHubActionDigestsToSemver"],
"minimumReleaseAge": "72 hours",
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/docs/standards/\\.standards-version$/"],
"matchStrings": ["standards_version=(?<currentValue>v[0-9.]+)"],
"depNameTemplate": "ChelseaKR/portfolio-standards",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"description": "Move every github/codeql-action/* step in one PR. init, analyze, autobuild and upload-sarif must run the same version: since CodeQL Action 3.30.4 the non-init steps hard-error when they load a configuration file written by a different version.",
"matchManagers": ["github-actions"],
"matchPackageNames": ["github/codeql-action**"],
"groupName": "codeql-action",
"minimumReleaseAge": "72 hours"
}
]
}