From 5a216a04389db48077aab3493eb808453b16f223 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Sun, 3 Dec 2023 21:36:07 +0100 Subject: [PATCH] Add GH integrations --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 16 ++++++++++++++++ 2 files changed, 17 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..b0a45b0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @bbannier diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..71e324c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details. + +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"