Skip to content

Commit

Permalink
Update dependabot.yml and mkdocs-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Feb 23, 2024
1 parent a694290 commit 89af16e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "dev"
interval: "weekly"
target-branch: "main"
open-pull-requests-limit: 10
groups:
updates:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- "site/**"
- "docs/**"
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89af16e

Please sign in to comment.