From 7bcd5b8bfb8ecb60149301b776885c6f5f7e4e32 Mon Sep 17 00:00:00 2001 From: ckappen Date: Sat, 1 Jul 2023 00:11:24 +0000 Subject: [PATCH] chore(template): merge template changes :up: --- .github/dependabot.yml | 32 ++++++++++++++++++++++++++++++++ .github/pull_request-template.md | 4 ---- 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..33587ce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,32 @@ +--- +############################## +## Dependabot configuration ## +############################## + +# +# Documentation: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates +# + +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 0 + + # Maintain dependencies for Terraform Providers + - package-ecosystem: "terraform" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 0 + + # Maintain dependencies for Golang + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 0 diff --git a/.github/pull_request-template.md b/.github/pull_request-template.md index 60761ad..3e2e50d 100644 --- a/.github/pull_request-template.md +++ b/.github/pull_request-template.md @@ -5,10 +5,6 @@ ... -## How this PR fixes it - -... - ## Readiness Checklist ### Author/Contributor