From 0cbf57be09c38a97cf7af9e813183ae7ddeef10c Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 28 Feb 2024 13:17:42 -0800 Subject: [PATCH] Auto-update our GH Actions dependencies Since https://github.com/w3ctag/privacy-principles/actions/runs/8084746976 says our actions are out of date. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0338bdb2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# See the documentation at +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + # Update actions used by .github/workflows in this repository. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions-org: # Groups all Github-authored actions into a single PR. + patterns: ["actions/*"]