Skip to content

Commit

Permalink
chore(ci): update dependabot config
Browse files Browse the repository at this point in the history
It now contemplates selftests gomod.
  • Loading branch information
geyslan committed Jan 10, 2025
1 parent d3ef66d commit b55408a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
schedule:
interval: daily
- package-ecosystem: "gomod"
directory: "/"
directories:
- "/"
- "/selftest/**/*"
schedule:
interval: daily

0 comments on commit b55408a

Please sign in to comment.