We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 203df88 + 54e3613 commit 0e875ddCopy full SHA for 0e875dd
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+---
2
+# ~/.github/dependabot.yml
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/" # == /.github/workflows/
7
+ schedule:
8
+ interval: "daily"
CHANGELOG.md
@@ -19,6 +19,10 @@
19
20
- **checkver:** Read the private_host config variable ([#5381](https://github.com/ScoopInstaller/Scoop/issues/5381))
21
22
+### Continuous Integration
23
+
24
+- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377))
25
26
### Tests
27
28
- **bucket:** Skip manifest validation if no manifest changes ([#5270](https://github.com/ScoopInstaller/Scoop/issues/5270))
0 commit comments