From 00c43821ddcee82d08281d8916572839cbb2ae58 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 2 Mar 2022 11:43:04 +0100 Subject: [PATCH] Add dependabot to check for GH action updates. --- .github/dependabot.yml | 16 ++++++++++++++++ .github/pull_request_template.md | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e91b107 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + # Maintain GitHub Action runners + - package-ecosystem: "github-actions" + directory: "/" + target-branch: dev + commit-message: + prefix: "[Dependabot]" + labels: + - Dependencies + assignees: + - Paebbels + reviewers: + - Paebbels + schedule: + interval: "daily" # Checks on Monday trough Friday. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7a345ae..ac698f8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,16 @@ # New Features + * tbd # Changes + * tbd # Bug Fixes + +* tbd + +---------- +# Related PRs: + * tbd