Add allowed_changes.yml

This commit is contained in:
2025-11-24 17:06:17 +00:00
parent d990af90aa
commit 1a0a72ea4a

8
allowed_changes.yml Normal file
View File

@@ -0,0 +1,8 @@
version: 1
allowed_files:
- "src/main/java/com/example/nto/*"
- "src/main/resources/*"
forbidden_files:
- "src/main/resources/application.yml"
- "src/main/resources/db.changelog/*"
- "pom.xml"