Skip to content

Commit 5e7a7f7

Browse files
Resume dependabot update, but only security related packages
1 parent 1aab524 commit 5e7a7f7

File tree

3 files changed

+16
-50
lines changed

3 files changed

+16
-50
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
day: "monday"
13+
open-pull-requests-limit: 10
14+
ignore: # Ignore everything that is not a security update
15+
- dependency-name: "*"
16+
security-updates: true

.github/renovate.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/renovate-vault.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)