From fd729a9f827f4a05f56fcf6317141416bd1d918f Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Tue, 13 Feb 2024 18:34:13 +0100 Subject: [PATCH] ci: add dependabot --- .cspell.json | 1 + .github/dependabot.yml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.cspell.json b/.cspell.json index ed4bbe7b..56ae59d3 100644 --- a/.cspell.json +++ b/.cspell.json @@ -7,6 +7,7 @@ ".cspell.json", ".editorconfig", ".flake8", + ".github/dependabot.yml", ".github/workflows/documentation-pages.yml", ".gitignore", ".mega-linter.yml", diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d30966ec --- /dev/null +++ b/.github/dependabot.yml @@ -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"