From 04fe8f8e74cacb62979230889b73e97dd0690e45 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 6 Sep 2024 10:30:22 -0400 Subject: [PATCH] Enable Dependabot for SPM. --- .github/CODEOWNERS | 3 +++ .github/dependabot.yml | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..55fa96df --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +.github @embrace-io/team-devops + +* @embrace-io/opensource-ios diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12301490..31cf8cfa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "swift" + directory: "/" + schedule: + interval: "daily"