Skip to content

Commit

Permalink
💬 - Files Synced | Runner ID : 132 | ⚡ Triggered By fuelviews/github-…
Browse files Browse the repository at this point in the history
…workflow-sync
  • Loading branch information
Workflow Sync Bot committed Nov 14, 2024
1 parent 74029fa commit d0cd3e2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
target-branch: main

- package-ecosystem: 'composer'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
ignore:
- dependency-name: "ralphjsmit/laravel-glide"
- dependency-name: '*'
update-types:
- 'version-update:semver-major'
target-branch: main

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
target-branch: main

0 comments on commit d0cd3e2

Please sign in to comment.