From ef55f6900f875bc006c372072de8842487679325 Mon Sep 17 00:00:00 2001 From: Radoslav Karaivanov Date: Mon, 3 Aug 2026 15:12:13 +0300 Subject: [PATCH] ci: update dependabot config to include actions --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..82465cb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + # Disables version updates; only Dependabot security updates are raised for npm dependencies. + open-pull-requests-limit: 0