From 78430eca8a43c15175ec0615d1758197f878002c Mon Sep 17 00:00:00 2001 From: Viaznikova Olena Date: Thu, 26 Mar 2026 12:57:16 +0200 Subject: [PATCH 1/3] Added Dependabot configuration for dependency management --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..aa004086b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "09:00" + open-pull-requests-limit: 10 + labels: + - "dependencies" \ No newline at end of file From b03f38d0e88a6c66b1ef902c78788c3af7bb2974 Mon Sep 17 00:00:00 2001 From: Viaznikova Olena Date: Thu, 26 Mar 2026 16:36:51 +0200 Subject: [PATCH 2/3] Added Vulnerabilities badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6129070de..dbed26ce1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Testlum Engine Build](https://github.com/TestlumFramework/Testlum/actions/workflows/build.yml/badge.svg)](https://github.com/TestlumFramework/Testlum/actions/workflows/build.yml) [![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![FullRegression](https://github.com/TestlumFramework/Demo/actions/workflows/test.yml/badge.svg)](https://github.com/TestlumFramework/Demo/actions/workflows/test.yml) +[![Known Vulnerabilities](https://snyk.io/test/github/TestlumFramework/Testlum/badge.svg)](https://snyk.io/test/github/TestlumFramework/Testlum) # 🎬 Running Regression Tests (Example) From bc41b34f8c2eb3970abfca592a13127ea2eab314 Mon Sep 17 00:00:00 2001 From: Viaznikova Olena Date: Fri, 27 Mar 2026 14:44:27 +0200 Subject: [PATCH 3/3] Added new Vulnerabilities badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbed26ce1..66290d650 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Testlum Engine Build](https://github.com/TestlumFramework/Testlum/actions/workflows/build.yml/badge.svg)](https://github.com/TestlumFramework/Testlum/actions/workflows/build.yml) [![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![FullRegression](https://github.com/TestlumFramework/Demo/actions/workflows/test.yml/badge.svg)](https://github.com/TestlumFramework/Demo/actions/workflows/test.yml) -[![Known Vulnerabilities](https://snyk.io/test/github/TestlumFramework/Testlum/badge.svg)](https://snyk.io/test/github/TestlumFramework/Testlum) +[![Vulnerabilities](https://snyk-badge-iu4f.vercel.app/badge/github/TestlumFramework/Testlum)](https://snyk.io/test/github/TestlumFramework/Testlum) # 🎬 Running Regression Tests (Example)