From b9bb8201ea696c1f7f6937edb4047f2d27b95b3f Mon Sep 17 00:00:00 2001 From: Strahinja Jacimovic Date: Tue, 15 Oct 2024 13:56:30 +0200 Subject: [PATCH] Create dependabot.yml --- .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 000000000..50b62f5fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. + # (No need to specify `/.github/workflows` for `directory`. Use `directory: "/"`.) + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + assignees: + - "StrahinjaJacimovic" + commit-message: + prefix: "github-actions"