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.git
The following commit(s) were added to refs/heads/master by this push: new 13ac0eced Adds missing Dependabot config 13ac0eced is described below commit 13ac0eced4c784fc8b5f5a20109f886a17bd2a96 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jul 17 19:50:56 2023 +0200 Adds missing Dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..c9b2105b4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly"