From 95a1f54e04cb0030cdfab762a729fec816ec963f Mon Sep 17 00:00:00 2001 From: stfsy Date: Sun, 2 Jan 2022 23:25:56 +0100 Subject: [PATCH] chore: add dependabot conf --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8fdb207 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: npm + assignees: + - stfsy + directory: / + schedule: + interval: weekly + versioning-strategy: increase + + - package-ecosystem: github-actions + assignees: + - stfsy + directory: / + schedule: + interval: weekly