diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..23fbc04 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + labels: + - dependencies + - github-actions + commit-message: + prefix: ci + include: scope + + - package-ecosystem: helm + directory: /charts/arcadedb + schedule: + interval: weekly + labels: + - dependencies + - helm + commit-message: + prefix: chore + include: scope diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 51d727b..41efc03 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Lint +name: CI - Lint, Unit Tests, Integration Tests on: push: