From 417684c3c580d35d9d66338d409c82527a2285ef Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sat, 28 Sep 2024 12:08:11 +0300 Subject: [PATCH 1/3] Use Dependabot to update deps automatically --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..8c763bf21 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file From 121ed127b327846f1afa8b49245fc1b8d57fd6f4 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sat, 28 Sep 2024 12:11:37 +0300 Subject: [PATCH 2/3] actions/upload-artifact@v3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d24a0ba01..589457319 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,7 +87,7 @@ jobs: # sudo chmod u+x ./selenium-server-standalone.jar # xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v3 if: failure() with: name: SeleniumLibrary Test results From 5703ea9cedfcbba3c71f470d1055ebfb03a61d8e Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Sun, 18 Jan 2026 21:18:25 -0500 Subject: [PATCH 3/3] Switching dependebot to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c763bf21..26490b671 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "monthly" \ No newline at end of file