Skip to content

Commit 0e875dd

Browse files
authored
Merge branch 'develop' into fix/let-checkver-read-private-hosts-config-variable
2 parents 203df88 + 54e3613 commit 0e875dd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
- **checkver:** Read the private_host config variable ([#5381](https://github.com/ScoopInstaller/Scoop/issues/5381))
2121

22+
### Continuous Integration
23+
24+
- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377))
25+
2226
### Tests
2327

2428
- **bucket:** Skip manifest validation if no manifest changes ([#5270](https://github.com/ScoopInstaller/Scoop/issues/5270))

0 commit comments

Comments
 (0)