Skip to content

Commit bb3a0cd

Browse files
committed
Add local .npmrc and re-enable dependabot
- allow only security updates - 14 days delay for github actions
1 parent 63e3b49 commit bb3a0cd

2 files changed

Lines changed: 23 additions & 19 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

6-
# dependabot is disabled due to recent supply chan attacks
7-
# all updates are manual until further notice from maintainer
8-
# version: 2
9-
# updates:
10-
# - package-ecosystem: "npm" # See documentation for possible values
11-
# directory: "/" # Location of package manifests
12-
# schedule:
13-
# interval: "weekly"
14-
# ignore:
15-
# - dependency-name: "@types/node"
16-
# - dependency-name: "typedoc"
17-
# cooldown:
18-
# default-days: 14
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
ignore:
13+
- dependency-name: "@types/node"
14+
- dependency-name: "typedoc"
15+
# cooldown:
16+
# default-days: 14
17+
# semver-major-days: 14
18+
# semver-minor-days: 14
19+
# semver-patch-day: 5
20+
open-pull-requests-limit: 0 # only security updates
1921

20-
# - package-ecosystem: "github-actions" # See documentation for possible values
21-
# directory: "/" # Location of package manifests
22-
# schedule:
23-
# interval: "weekly"
24-
# cooldown:
25-
# default-days: 14
22+
- package-ecosystem: "github-actions" # See documentation for possible values
23+
directory: "/" # Location of package manifests
24+
schedule:
25+
interval: "weekly"
26+
cooldown:
27+
default-days: 14

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
min-release-age=5
2+
ignore-scripts=true

0 commit comments

Comments
 (0)