mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
renovate: adjust commit message prefixes, try making CodeQL and AWS-LC updates monthly
Also: - enable pip bumps in Dependabot. - reduce dependabot to check monthly (was: weekly) Dependabot acts as a backup for mend/renovate. Closes #18761
This commit is contained in:
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -7,4 +7,9 @@ updates:
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
interval: 'monthly'
|
||||
|
||||
- package-ecosystem: 'pip'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'monthly'
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"commitMessagePrefix": "gha: ",
|
||||
"commitMessagePrefix": "GHA: ",
|
||||
"labels": [
|
||||
"CI"
|
||||
]
|
||||
@@ -21,7 +21,7 @@
|
||||
"pinDigest",
|
||||
"digest"
|
||||
],
|
||||
"commitMessagePrefix": "ci: ",
|
||||
"commitMessagePrefix": "CI: ",
|
||||
"labels": [
|
||||
"CI"
|
||||
]
|
||||
@@ -30,7 +30,7 @@
|
||||
"matchManagers": [
|
||||
"custom.regex"
|
||||
],
|
||||
"commitMessagePrefix": "ci: ",
|
||||
"commitMessagePrefix": "CI: ",
|
||||
"labels": [
|
||||
"CI"
|
||||
]
|
||||
@@ -43,6 +43,26 @@
|
||||
".github/workflows/linux-old.yml"
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Schedule CodeQL updates on the 10th of each month",
|
||||
"matchPackageNames": [
|
||||
"/codeql/i"
|
||||
],
|
||||
"groupName": "CodeQL",
|
||||
"schedule": [
|
||||
"* * 10 * *"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Schedule package updates on the 10th of each month",
|
||||
"matchSourceUrls": [
|
||||
"**/awslabs/**"
|
||||
],
|
||||
"groupName": "monthly updates",
|
||||
"schedule": [
|
||||
"* * 10 * *"
|
||||
]
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
||||
Reference in New Issue
Block a user