Skip to content

Commit

Permalink
Add Dependabot to formatter paths
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Mar 15, 2024
1 parent 0f25566 commit ddd1d81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'

- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'
versioning-strategy: increase
2 changes: 2 additions & 0 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
branches:
- main
paths:
- .github/*.yml
- .github/workflows/*.yaml
pull_request:
branches:
- main
paths:
- .github/*.yml
- .github/workflows/*.yaml

# Cancel in-progress runs for pull requests when developers push changes.
Expand Down

0 comments on commit ddd1d81

Please sign in to comment.