From a9b7af61e5ba819dd9e45f1873a2caafb254af11 Mon Sep 17 00:00:00 2001 From: sondresjolyst Date: Tue, 3 Dec 2024 07:46:34 +0100 Subject: [PATCH] chore: dependabot config chore: newline --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..66e696f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @sondresjolyst diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d09820a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: sunday