Skip to content

Commit

Permalink
ci: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Feb 14, 2024
1 parent 87ffcf5 commit fd729a9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
".cspell.json",
".editorconfig",
".flake8",
".github/dependabot.yml",
".github/workflows/documentation-pages.yml",
".gitignore",
".mega-linter.yml",
Expand Down
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: pip
directory: "/.dagger-ci/daggerci"
schedule:
interval: "weekly"
- package-ecosystem: docker
directory: "/docker"
schedule:
interval: "weekly"
- package-ecosystem: gomod
directory: "/action"
schedule:
interval: "weekly"

0 comments on commit fd729a9

Please sign in to comment.