This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new 0d38bd1f6 Set up default protection ruleset for default and release
branches
0d38bd1f6 is described below
commit 0d38bd1f6e671798d845cc89dbae00c6ba7f1812
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:35:06 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 038cd9996..609af7663 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,5 +15,18 @@
# specific language governing permissions and limitations
# under the License.
github:
- dependabot_alerts: false
+ dependabot_alerts: false
dependabot_updates: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true