From 7490805a83bafc13e923597943c95f0afb225b48 Mon Sep 17 00:00:00 2001 From: Dawit Nida Date: Sat, 18 May 2024 22:31:51 +0300 Subject: [PATCH] Add dependabot configuration I noticed some of the actions are behind latest version, so I enabled dependabot and lets see if we can track and update them. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a7d36c4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 5