Skip to content

Commit 1165533

Browse files
Merge pull request #566 from ioBroker-Bot/update-from-template-X0000-updateDependabotSettings-1774989455
[iobroker-bot] Update Dependabot Configuration – Add npm Cooldown
2 parents f99064d + c81dd0d commit 1165533

1 file changed

Lines changed: 25 additions & 18 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
1-
# Dependabot will run on day 18 of each month at 03:46 (Europe/Berlin timezone)
1+
# Dependabot configuration
2+
# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately.
3+
# Note: Cooldown is not supported for the github-actions ecosystem.
4+
# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
25
version: 2
36
updates:
47

5-
- package-ecosystem: "github-actions"
6-
directory: "/"
8+
- package-ecosystem: 'github-actions'
9+
directory: '/'
710
schedule:
8-
interval: "cron"
9-
timezone: "Europe/Berlin"
10-
cronjob: "46 3 18 * *"
11+
interval: 'cron'
12+
timezone: 'Europe/Berlin'
13+
cronjob: '46 3 18 * *'
1114
open-pull-requests-limit: 15
1215

13-
- package-ecosystem: "npm"
14-
directory: "/"
16+
- package-ecosystem: 'npm'
17+
directory: '/'
1518
schedule:
16-
interval: "cron"
17-
timezone: "Europe/Berlin"
18-
cronjob: "46 3 18 * *"
19+
interval: 'cron'
20+
timezone: 'Europe/Berlin'
21+
cronjob: '46 3 18 * *'
1922
open-pull-requests-limit: 20
20-
versioning-strategy: "increase"
23+
versioning-strategy: 'increase'
24+
cooldown:
25+
default-days: 7
2126

22-
- package-ecosystem: "npm"
23-
directory: "/src-admin"
27+
- package-ecosystem: 'npm'
28+
directory: '/src-admin'
2429
schedule:
25-
interval: "cron"
26-
timezone: "Europe/Berlin"
27-
cronjob: "46 3 18 * *"
30+
interval: 'cron'
31+
timezone: 'Europe/Berlin'
32+
cronjob: '46 3 18 * *'
2833
open-pull-requests-limit: 20
29-
versioning-strategy: "increase"
34+
versioning-strategy: 'increase'
35+
cooldown:
36+
default-days: 7

0 commit comments

Comments
 (0)