From d844c1294edf1f1b2d0b98a4d8142d9c32770b6b Mon Sep 17 00:00:00 2001 From: vados Date: Wed, 21 May 2025 13:38:17 +0900 Subject: [PATCH] feat(ci): enable dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..779e6117 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + + - package-ecosystem: "cargo" + directories: + - '/' + schedule: + interval: "daily"