diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fc8e0e2..0db62628 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,23 +1,18 @@ -# 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" target-branch: "master" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: - dependencies - package-ecosystem: "docker" target-branch: "master" - directory: "/build" + directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: - dependencies @@ -25,7 +20,7 @@ updates: target-branch: "master" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: - dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06974a2c..c897ed90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,6 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./build/Dockerfile.dist platforms: linux/amd64,linux/arm64 push: true tags: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57d209c0..6db13f47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,12 @@ name: Tests -on: [push, pull_request] +on: + pull_request: + branches: + - master + push: + branches: + - master jobs: test: