From 79adb8db171134bc0d5bd14eb1b685d9b483488f Mon Sep 17 00:00:00 2001 From: Sergiusz Kierat Date: Fri, 10 Jan 2025 08:42:54 +0100 Subject: [PATCH] Added dependabot *Why I did it?* In order to keep our actions up to date https://bit.ly/4fUvTns --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..11eb34579e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" \ No newline at end of file