From e8d46e78b54beafe1151ddf2e94656e199603c72 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Fri, 6 Dec 2024 15:18:36 +0100 Subject: [PATCH] Add dependabot config For JS, only PRs for security updates will be created. Other updates should be done manually. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6b753f27 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: '/' + open-pull-requests-limit: 0 # security updates only + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily