From 380c12d4cc49b34de8073de775c4aa81a2c4fcc7 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 13 Jan 2023 15:59:46 -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 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 6a80311a7311cfb534beb3c7e1156325dcc2e776 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 13 Jan 2023 16:34:06 -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 5ace460..b18fd29 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'