Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored May 17, 2024
1 parent faecee7 commit 550fbc1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ updates:
- package-ecosystem: 'gradle' # See documentation for possible values
directory: '/android' # Location of package manifests
schedule:
interval: 'daily'
interval: "weekly"
# Check for npm updates on friday
day: "friday"
ignore:
- dependency-name: 'com.android.tools.build:gradle'

- package-ecosystem: 'pub' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
interval: "weekly"
# Check for npm updates on friday
day: "friday"

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: "weekly"
# Check for npm updates on friday
day: "friday"

0 comments on commit 550fbc1

Please sign in to comment.