Skip to content

Commit

Permalink
Update dependabot.yml - disabling dependabot for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 13, 2023
1 parent 03d6504 commit dcdd294
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "docker"
directory: "/app/"
schedule:
interval: "daily"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# version: 2
# updates:
# - package-ecosystem: "docker"
# directory: "/app/"
# schedule:
# interval: "daily"
# - package-ecosystem: "gitsubmodule"
# directory: "/"
# schedule:
# interval: "daily"
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "daily"

0 comments on commit dcdd294

Please sign in to comment.