This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-extras.git
The following commit(s) were added to refs/heads/master by this push: new 5789589 Disables dependabot alerts and PRs 5789589 is described below commit 578958935edadb20d3c7235ff4c1152811907291 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Apr 23 10:40:24 2022 +0200 Disables dependabot alerts and PRs --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..66c79f6 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,4 @@ +# Documentation https://s.apache.org/asfyaml +github: + dependabot_alerts: false + dependabot_updates: false