Skip to content

Commit

Permalink
Merge pull request #156 from hibare/dev
Browse files Browse the repository at this point in the history
Change dependabot directory
  • Loading branch information
hibare authored Feb 25, 2022
2 parents bbcec16 + 527d3ed commit d91a38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
directory: "/.github"
schedule:
interval: "daily"
target-branch: "dev"

# Maintain dependencies for Go mods
- package-ecosystem: "pip"
directory: "/"
directory: "/backend"
schedule:
interval: "daily"
target-branch: "dev"
Expand All @@ -23,7 +23,7 @@ updates:

# Maintain version for npm or yarn
- package-ecosystem: "npm"
directory: "/"
directory: "/frontend"
schedule:
interval: "weekly"
target-branch: "dev"

0 comments on commit d91a38e

Please sign in to comment.