diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54288b69..922ee7d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "daily" + interval: 'daily' - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "daily" + interval: 'daily' versioning-strategy: increase diff --git a/.github/workflows/workflows.yaml b/.github/workflows/workflows.yaml index d9bbeb3a..0714d558 100644 --- a/.github/workflows/workflows.yaml +++ b/.github/workflows/workflows.yaml @@ -7,11 +7,13 @@ on: branches: - main paths: + - .github/*.yml - .github/workflows/*.yaml pull_request: branches: - main paths: + - .github/*.yml - .github/workflows/*.yaml # Cancel in-progress runs for pull requests when developers push changes.