Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enable dependabot version updates#5274

Merged
merged 2 commits into from Mar 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
chore: Enable dependabot version updates
  • Loading branch information
larseggert committed Mar 3, 2023
commit 5582d48978300fd23b7d782c86679e79ae55485c
43 changes: 43 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,43 @@
# 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/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/playwright"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/dev/del-old-packages"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/dev/deploy-to-container"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/dev/diff"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/dev/coverage-action"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"