From c10fe1b66a72fc4cd8c112dfc464872dada7eed2 Mon Sep 17 00:00:00 2001 From: mraszyk <31483726+mraszyk@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:34:12 +0100 Subject: [PATCH] chore: add BOT_APPROVED_FILES (#4044) --- .github/BOT_APPROVED_FILES | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/BOT_APPROVED_FILES diff --git a/.github/BOT_APPROVED_FILES b/.github/BOT_APPROVED_FILES new file mode 100644 index 0000000000..127fb0959d --- /dev/null +++ b/.github/BOT_APPROVED_FILES @@ -0,0 +1,6 @@ +# 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 +Cargo.lock +nix/sources.json +src/dfx/Cargo.toml +src/dfx/assets/dfx-asset-sources.toml