From 34ea9d34ba1b59c62679a7e6b0b9ce973e77e7ba Mon Sep 17 00:00:00 2001 From: Santiago Garcia Gil Date: Thu, 22 Aug 2024 16:12:59 -0500 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..281b8a059 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + - package-ecosystem: pub + directory: / + schedule: + interval: daily