We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1b801 commit 5341d1cCopy full SHA for 5341d1c
renovate.json
@@ -1,5 +1,14 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"description": "Presets from https://github.com/bcgov/renovate-config",
4
- "extends": ["github>bcgov/renovate-config"]
+ "extends": ["github>bcgov/renovate-config"],
5
+ "packageRules": [
6
+ {
7
+ "matchPackageNames": ["software.amazon.awssdk**"],
8
+ "matchUpdateTypes": ["patch"],
9
+ "enabled": false,
10
+ "description": "Schedule aws-sdk updates on Sunday nights (9 PM - 12 AM) and dont update patch versions, they are noisy",
11
+ "schedule": ["* 21-23 * * 0"]
12
+ }
13
+ ]
14
}
0 commit comments