summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 2c01da50bacc15eda66e30d71a42946fa3bda9cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  - package-ecosystem: "bundler"
    directory: "/"
    schedule:
      interval: "daily"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"