From 21ab1cf75bb40e3fefa951224db2e6c748dc1db4 Mon Sep 17 00:00:00 2001 From: MartinS926 <136586757+MartinS926@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:44:25 +0200 Subject: [PATCH 1/3] PTFE-821 Add read permission to dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d3cf36..9f0a8f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,7 @@ --- version: 2 +permissions: + pull-requests: read updates: - package-ecosystem: github-actions directory: "/" From 3a649d760591d43b08276a8a0b060ed4740a4312 Mon Sep 17 00:00:00 2001 From: MartinS926 <136586757+MartinS926@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:58:39 +0200 Subject: [PATCH 2/3] PTFE-821 Update permissions --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f0a8f9..3a13d38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ --- version: 2 -permissions: - pull-requests: read updates: - package-ecosystem: github-actions + permissions: + pull-requests: read directory: "/" schedule: interval: weekly From 94973a2006eca89ed71ba53ab7f4c5358827f96f Mon Sep 17 00:00:00 2001 From: MartinS926 <136586757+MartinS926@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:41:50 +0200 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a13d38..5d3cf36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,6 @@ version: 2 updates: - package-ecosystem: github-actions - permissions: - pull-requests: read directory: "/" schedule: interval: weekly