From 8a6bc55a7a51eda79adf06110e02ff51443bfc10 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 13 Jan 2023 15:58:45 -0600 Subject: [PATCH 1/2] Add Dependabot config for Actions usage updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 22d02a67265d33c2d38ecc7c625813f5020711d5 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 13 Jan 2023 16:34:58 -0600 Subject: [PATCH 2/2] Comply with Prettier expectations --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600..b18fd293 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly'