mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 02:07:00 +08:00
Modify Dependabot settings for Dart packages
Updated Dependabot configuration to support Dart packages and changed update schedule to monthly.
This commit is contained in:
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pub" # See documentation for possible values
|
||||
directories:
|
||||
- "/" # Location of package manifests
|
||||
- "/packages/*/
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
Reference in New Issue
Block a user