From 2f624ba31fa89fa4dd3e65b375bc780066839a4f Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Fri, 9 Feb 2024 04:21:50 -0600 Subject: [PATCH] Add a Dependabot config to autoupdate GitHub action versions (#439) --- .github/dependabot.yml | 10 ++++++++++ ...dependabot-for-github-actions-4d2464f3c0928463.yaml | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 releasenotes/notes/dependabot-for-github-actions-4d2464f3c0928463.yaml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b22df07 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + groups: + github-actions: + patterns: + - '*' diff --git a/releasenotes/notes/dependabot-for-github-actions-4d2464f3c0928463.yaml b/releasenotes/notes/dependabot-for-github-actions-4d2464f3c0928463.yaml new file mode 100644 index 0000000..278df6c --- /dev/null +++ b/releasenotes/notes/dependabot-for-github-actions-4d2464f3c0928463.yaml @@ -0,0 +1,5 @@ +--- +other: + - | + Add a Dependabot configuration submit PRs monthly (as needed) + to keep GitHub action versions updated.