From 3b3643dfe666c0a00c005f88c1b14a0d503b218f Mon Sep 17 00:00:00 2001 From: Alan Larkin Date: Mon, 22 Jul 2024 16:42:03 +0100 Subject: [PATCH] ci: Configure Dependabot --- .github/dependabot.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..8ad6331 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,15 @@ +updates: + - directory: / + ignore: [] + package-ecosystem: npm + registries: + npm-registry: + type: npm + url: https://registry.npmjs.org + schedule: + interval: weekly + - directory: / + package-ecosystem: github-actions + schedule: + interval: weekly +version: 2