From bf7cd837a68452bef11d9b1a783f43d4128c4ad4 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Tue, 2 Jan 2024 12:41:58 -0600 Subject: [PATCH] CI: Add dependabot.yml This will cause dependabot to open a PR when various actions are updated, provided that the action maintainer has issued a release. Closes #12623 --- .github/dependabot.yml | 6 ++++++ .reuse/dep5 | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5ace4600a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.reuse/dep5 b/.reuse/dep5 index 3a7a672a2b..60c9a012dd 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -96,3 +96,7 @@ License: curl Files: .mailmap Copyright: Daniel Stenberg, , et al. License: curl + +Files: .github/dependabot.yml +Copyright: Daniel Stenberg, , et al. +License: curl -- 2.47.3