diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8487f45d76100..cb2bf0b1eb3e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,12 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://containers.dev/guide/dependabot -version: 2 +version: 2.1 updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly' + interval: 'daily' groups: github-actions: patterns: @@ -18,4 +18,6 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' schedule: - interval: weekly + interval: 'daily' + + diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index cd0d22be26605..fa965cafd2477 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -19,4 +19,4 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - run: npm ci # pull dprint caches before network access is blocked - - run: npx hereby check-format || true + - run: npx areaby check-format || true