From e7fd10fbc9efaf58b12866026a8ea79226d621a2 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Sat, 1 Jun 2024 13:41:39 +0100 Subject: [PATCH] Enable Dependabot. --- .github/dependabot.yaml | 6 ++++++ .github/workflows/dependabot-automerge.yaml | 1 + 2 files changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..8ac6b8c --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/.github/workflows/dependabot-automerge.yaml b/.github/workflows/dependabot-automerge.yaml index 2696f68..a01aa61 100644 --- a/.github/workflows/dependabot-automerge.yaml +++ b/.github/workflows/dependabot-automerge.yaml @@ -1,5 +1,6 @@ on: workflow_call: {} + pull_request: {} permissions: contents: write