From: Einherjar Date: Tue, 12 Sep 2023 15:28:37 +0000 (-0300) Subject: feat: add dependabot X-Git-Tag: v1.0.0-alpha.3~18^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=6e27e6673866d9f391b2cb36eb5bcb4ecf04c1a7;p=bdk feat: add dependabot Fixes #1118. Adds `dependabot.yml` to `.github/` to check for `"github-action"` updates on a `"weekly"` basis. This does not touch Rust code or Cargo workflows. It will create PRs and we would need to approve them (they would be subject to the same merge policy) to instantiate the proposed dependabots into `master`. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..453228e1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"