From: andy5995 Date: Tue, 2 Jan 2024 18:41:58 +0000 (-0600) Subject: CI: Add dependabot.yml X-Git-Tag: curl-8_6_0~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf7cd837a68452bef11d9b1a783f43d4128c4ad4;p=thirdparty%2Fcurl.git 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 --- 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