From 2efc6229be91a6af6da78375c18d722a2897cd26 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 5 Feb 2023 14:45:25 -0800 Subject: [PATCH 1/4] Add dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..91df8eba1f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +--- +# ~/.github/dependabot.yml +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # == /.github/workflows/ + schedule: + interval: "daily" From 84e67f745acceebd6930fb55057940b61ba0708a Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 5 Feb 2023 14:49:10 -0800 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138e330708..170256c97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ - **git:** Use Invoke-Git() with direct path to git.exe to prevent spawning shim subprocesses ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122)) - **scoop-download:** Output more detailed manifest information ([#5277](https://github.com/ScoopInstaller/Scoop/issues/5277)) +### Continuous Integration + +- **dependabot** Add dependabot.yml for GitHub Actions ([#5337]([url](https://github.com/ScoopInstaller/Scoop/pull/5377))) + ### Tests - **bucket:** Skip manifest validation if no manifest changes ([#5270](https://github.com/ScoopInstaller/Scoop/issues/5270)) From 5224cf4bb4a9975d5fa2daa840060419c27978c9 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 5 Feb 2023 14:50:33 -0800 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170256c97b..886c57fd84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ ### Continuous Integration -- **dependabot** Add dependabot.yml for GitHub Actions ([#5337]([url](https://github.com/ScoopInstaller/Scoop/pull/5377))) +- **dependabot** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377)) ### Tests From df496246182df2365bddde889cbf00d2bab534c7 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 6 Feb 2023 16:11:59 +0800 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 886c57fd84..b3691ca455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ ### Continuous Integration -- **dependabot** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377)) +- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377)) ### Tests