Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from product-os/kyle/restricted-repos
Browse files Browse the repository at this point in the history
Update repositories excluded from auto-approval of bots
  • Loading branch information
flowzone-app[bot] authored Apr 5, 2024
2 parents 547b359 + df94fdb commit a9c0c19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions policies/approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ approval_rules:
repository:
not_matches:
- "product-os/policies"
- "balenaltd/admins"
- "product-os/admins"
- ".*/.github"
- "balena-io/renovate-config"
- "balena-os/renovate-config"
Expand All @@ -108,7 +108,8 @@ approval_rules:
repository:
not_matches:
- "product-os/policies"
- "balenaltd/admins"
- "product-os/admins"
- ".*/.github"
- "balena-io/environment-production"
- "balena-io/environment-restricted"
only_has_contributors_in:
Expand Down
5 changes: 4 additions & 1 deletion policies/no-self-certify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ approval_rules:
repository:
not_matches:
- "product-os/policies"
- "balenaltd/admins"
- "product-os/admins"
- ".*/.github"
- "balena-io/environment-production"
- "balena-io/environment-restricted"
only_has_contributors_in:
users:
- "balena-renovate[bot]"
Expand Down

0 comments on commit a9c0c19

Please sign in to comment.