From 659098535883ebf6ad482db265b560f919d680b3 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic <73236646+NikolaMilosa@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:05:58 +0100 Subject: [PATCH] chore: adding `BOT_APPROVED_FILES` (#1186) --- .github/repo_policies/BOT_APPROVED_FILES | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/repo_policies/BOT_APPROVED_FILES diff --git a/.github/repo_policies/BOT_APPROVED_FILES b/.github/repo_policies/BOT_APPROVED_FILES new file mode 100644 index 000000000..1b27ddc73 --- /dev/null +++ b/.github/repo_policies/BOT_APPROVED_FILES @@ -0,0 +1,9 @@ +# List of approved files that can be changed by a bot via an automated PR +# This is to increase security and prevent accidentally updating files that shouldn't be changed by a bot + +replica-releases.* +.*Cargo.toml.* +.*Cargo.lock.* +Cargo.Bazel.lock +pyproject.toml +requirements.*lock