Skip to content

Commit

Permalink
Merge pull request #12 from BlockCraftsman/support_dep_bots
Browse files Browse the repository at this point in the history
feat(bot):support dep bot
  • Loading branch information
BlockCraftsman authored Oct 1, 2024
2 parents 8d2359a + 9b4cf8b commit 1e73f2f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Basic set up for three package managers

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for gomod
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 1e73f2f

Please sign in to comment.