Skip to content

Commit bca2cc9

Browse files
add dependabot: add Actions CI merge requests automation (#2339)
Dependabot would send merge requests [like these](haskell-nix/hnix-store#169) Co-authored-by: Javier Neira <[email protected]>
1 parent 9415e55 commit bca2cc9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
4+
# NOTE: Dependabot official configuration documentation:
5+
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
6+
7+
# Maintain dependencies for internal GitHub Actions CI for pull requests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

0 commit comments

Comments
 (0)