Skip to content

Commit 0c8e265

Browse files
Merge pull request #155 from OpenSourceBrain/feat-dependabot
chore: add dependabot
2 parents 2a7d344 + 0a8b7d4 commit 0c8e265

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Source - https://stackoverflow.com/a/78380165
2+
# Posted by Stefan, modified by community. See post 'Timeline' for change history
3+
# Retrieved 2026-04-14, License - CC BY-SA 4.0
4+
5+
# Set update schedule for GitHub Actions
6+
7+
version: 2
8+
updates:
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
# Check for updates to GitHub Actions every week
14+
interval: "weekly"

0 commit comments

Comments
 (0)