Skip to content

Commit e1e9533

Browse files
authored
feat(dependencies): Dependency Hardening (#86)
* chore: add .github/dependabot.yml * chore: add .npmrc
1 parent 21ac6b1 commit e1e9533

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This config was generated using ibl-scripts
2+
3+
# Do not run scripts, specifically any pre/post scripts
4+
ignore-scripts = true

0 commit comments

Comments
 (0)