Skip to content

Commit

Permalink
Add Dependabot config for Dart packages (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Dec 7, 2023
1 parent 8a03210 commit d93ad2f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,43 @@
version: 2

updates:
- package-ecosystem: pub
directory: auth0_flutter
schedule:
interval: daily
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
labels:
- ignore title check
- dependencies

- package-ecosystem: pub
directory: auth0_flutter/example
schedule:
interval: daily
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
labels:
- ignore title check
- dependencies

- package-ecosystem: pub
directory: auth0_flutter_platform_interface
schedule:
interval: daily
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
labels:
- ignore title check
- dependencies

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
labels:
- ignore title check
- dependencies

0 comments on commit d93ad2f

Please sign in to comment.