From ab0ad6f6bfd096b99d81d2355a72fb8b69329785 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 19 Dec 2023 00:02:22 +0100 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6d4a6369 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# Configuration options: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + # Directory must be set to "/" to check for workflow files in .github/workflows + directory: "/" + # Check for updates to GitHub Actions once a week + schedule: + interval: "weekly" + # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) + open-pull-requests-limit: 2