Skip to content

Commit 5341d1c

Browse files
authored
chore: update renovate config to ignore path aws sdk updates (#336)
1 parent ef1b801 commit 5341d1c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"description": "Presets from https://github.com/bcgov/renovate-config",
4-
"extends": ["github>bcgov/renovate-config"]
4+
"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+
]
514
}

0 commit comments

Comments
 (0)