Skip to content

Commit

Permalink
ci: Workflow Bot -- Update dependabot.yml (main) (#2821)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent de06a49 commit 23189df
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,36 @@

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'

- package-ecosystem: "bundler"
# The Gemfile used in for the Jekyll doc site
directory: "/docs"
schedule:
interval: "daily"
- package-ecosystem: "bundler"
# The Gemfile used in for the Jekyll doc site
directory: "/docs"
schedule:
interval: "daily"

- package-ecosystem: 'github-actions'
# Workflow files stored in the
# default location of `.github/workflows`
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
# Workflow files stored in the
# default location of `.github/workflows`
directory: '/'
schedule:
interval: 'daily'

# Automatically added by streetsidesoftware/public/update-dependabot-github-actions
- package-ecosystem: github-actions
directory: /.github/actions/pr
schedule:
interval: daily
commit-message:
prefix: chore

# Automatically added by streetsidesoftware/public/update-dependabot-github-actions
- package-ecosystem: github-actions
directory: /.github/actions/github-app-token
schedule:
interval: daily
commit-message:
prefix: chore

0 comments on commit 23189df

Please sign in to comment.