File tree Expand file tree Collapse file tree 1 file changed +3
-51
lines changed
Expand file tree Collapse file tree 1 file changed +3
-51
lines changed Original file line number Diff line number Diff line change 11{
2+ $schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
23 extends : [
3- 'config:best-practices' ,
4- ':rebaseStalePrs' ,
5- 'customManagers:dockerfileVersions' ,
4+ 'github>lehigh-university-libraries/renovate-config' ,
5+ 'github>lehigh-university-libraries/renovate-config:weeklyBump.json5' ,
66 ] ,
7- packageRules : [
8- {
9- matchUpdateTypes : [
10- 'minor' ,
11- 'patch' ,
12- 'digest' ,
13- ] ,
14- groupName : 'all non-major dependencies' ,
15- schedule : [
16- 'after 10pm on Friday' ,
17- ] ,
18- matchPackageNames : [
19- '*' ,
20- ] ,
21- } ,
22- {
23- matchUpdateTypes : [
24- 'major' ,
25- ] ,
26- groupName : 'all major updates' ,
27- schedule : [
28- 'after 10pm on the first day of the month' ,
29- ] ,
30- matchPackageNames : [
31- '*' ,
32- ] ,
33- } ,
34- ] ,
35- customManagers : [
36- {
37- customType : 'regex' ,
38- managerFilePatterns : [
39- '/^Dockerfile$/' ,
40- ] ,
41- matchStrings : [
42- '[ ]+# *renovate: *datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s .*?_VERSION="(?<currentValue>.*)"\\s' ,
43- ] ,
44- versioningTemplate : '{{#if versioning}}{{{versioning}}}{{else}}loose{{/if}}' ,
45- } ,
46- ] ,
47- labels : [
48- 'dependencies' ,
49- ] ,
50- osvVulnerabilityAlerts : true ,
51- dependencyDashboardOSVVulnerabilitySummary : 'unresolved' ,
52- vulnerabilityAlerts : {
53- enabled : true ,
54- } ,
557}
You can’t perform that action at this time.
0 commit comments