There was an error while loading. Please reload this page.
1 parent 21ac6b1 commit e1e9533Copy full SHA for e1e9533
2 files changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+# This config was generated using ibl-scripts
2
+
3
+version: 2
4
+updates:
5
+ - package-ecosystem: npm
6
+ directory: /
7
+ schedule:
8
+ interval: "weekly"
9
+ day: "monday"
10
+ timezone: "Europe/London"
11
+ time: "09:00"
12
+ labels:
13
+ - "dependencies"
14
+ commit-message:
15
+ prefix: "chore"
16
+ include: "scope"
17
+ cooldown:
18
+ # https://confluence.dev.bbc.co.uk/spaces/SECARC/pages/480985004/Guidance+for+use+of+language+package+managers
19
+ default-days: 7
20
+ include:
21
+ - "*"
22
+ groups:
23
+ all:
24
+ patterns:
25
.npmrc
@@ -0,0 +1,4 @@
+# Do not run scripts, specifically any pre/post scripts
+ignore-scripts = true
0 commit comments