From 88f3f6c18546eacd2b35155a160ed41fd39b882f Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Apr 2023 05:09:36 +0000 Subject: create dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e7bda0b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + prefix: "chore(actions)" -- cgit v1.2.3