From 3543770dc2846545c99701648446b5837aa71405 Mon Sep 17 00:00:00 2001 From: Matt Blewitt <118200221+mble-sfdc@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:08:56 +0000 Subject: [PATCH] maint: add dependabot for actions (#197) This commit adds dependabot support for actions. Ref: W-17017429 --- .github/dependabot.yml | 8 ++++++++ Changelog.md | 1 + 2 files changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..078c420 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - "dependencies" diff --git a/Changelog.md b/Changelog.md index 2f265c0..3daf14d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,5 @@ ## Unreleased +* Add Dependabot configuration ## v0.16.0 (August 13, 2024) * Update pgbouncer to v1.23.1