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 diff --git a/README.md b/README.md index 6129070de..66290d650 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) +[![Vulnerabilities](https://snyk-badge-iu4f.vercel.app/badge/github/TestlumFramework/Testlum)](https://snyk.io/test/github/TestlumFramework/Testlum) # 🎬 Running Regression Tests (Example)