From 519f18e5a5afed93353355407015fc67caa54dbc Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Tue, 8 Jun 2021 14:03:18 +0200 Subject: [PATCH] Add dependabot to automate updating of github actions (#316) --- .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 0000000..09ae21b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: '00:00' + timezone: UTC + open-pull-requests-limit: 10 + commit-message: + prefix: "Dependabot" + include: "scope"