From 6d60bc8709c03b764e7811e784a018f8965adca7 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Thu, 23 Feb 2023 23:41:02 +0100 Subject: [PATCH] Add Dependabot for npm and GHA deps (#136) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fcd556..0a7bdbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,13 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + +- package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + +- package-ecosystem: npm + directory: "/" + schedule: + interval: monthly