From a4ae509c0c9b20640c09698ca80bbfa2ebfab415 Mon Sep 17 00:00:00 2001 From: Louis Pahlavi Date: Thu, 15 Jan 2026 08:27:04 +0100 Subject: [PATCH] ci: add `BOT_APPROVED_FILES` --- .github/repo_policies/BOT_APPROVED_FILES | 14 ++++++++++++++ 1 file changed, 14 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 0000000..116231e --- /dev/null +++ b/.github/repo_policies/BOT_APPROVED_FILES @@ -0,0 +1,14 @@ +# 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 + +# These files may be modified by the release-plz bot +Cargo.lock +Cargo.toml +canhttp/CHANGELOG.md +canhttp/Cargo.toml +ic-agent-canister-runtime/CHANGELOG.md +ic-agent-canister-runtime/Cargo.toml +ic-canister-runtime/CHANGELOG.md +ic-canister-runtime/Cargo.toml +ic-pocket-canister-runtime/CHANGELOG.md +ic-pocket-canister-runtime/Cargo.toml