From f2851bfee753a27454db024b4ec2908a3341007b Mon Sep 17 00:00:00 2001 From: philipreimer <5737222+philipreimer@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:14:32 +0000 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..38e5baf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + # Check for maven dependency updates every weekday at 08:00 UTC + interval: "daily" + time: "08:00" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday at 08:00 UTC + interval: "daily" + time: "08:00" From df0cf8ac0b45ca050aa79458b930fa5aa6fd3581 Mon Sep 17 00:00:00 2001 From: philipreimer <5737222+philipreimer@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:16:16 +0000 Subject: [PATCH 2/2] Update dependabot.yml fix comment --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38e5baf..500f2e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - # Check for maven dependency updates every weekday at 08:00 UTC + # Check for npm/yarn dependency updates every weekday at 08:00 UTC interval: "daily" time: "08:00" - package-ecosystem: "github-actions"