diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d18a78293..7e5f5b9d91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: # Check for updates to GitHub Actions every week - package-ecosystem: "github-actions" directory: "/" + labels: [] schedule: interval: "weekly" @@ -11,6 +12,7 @@ updates: - package-ecosystem: "composer" directory: "/" # Location of package manifests target-branch: develop + labels: [] versioning-strategy: increase schedule: interval: "weekly" @@ -18,6 +20,7 @@ updates: # yarn / JS updates - package-ecosystem: "npm" directory: "/" + labels: [] target-branch: develop versioning-strategy: increase schedule: diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index 3c7fa84434..ef00b418ff 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -13,7 +13,7 @@ jobs: close_duplicates: runs-on: ubuntu-latest steps: - - uses: github/command@v1.2.0 + - uses: github/command@v1.2.1 id: command with: allowed_contexts: "issue"