From fcda4ddc7e47890173587d6b69ce22a2adf10b33 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 3 Apr 2023 22:05:59 +0700 Subject: [PATCH] dependabot --- .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..883d323 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: cargo + directiory: "/" + schedule: + interval: daily