diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ec843bf..77db070 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,4 +7,4 @@ updates: rebase-strategy: auto schedule: interval: "monthly" - timezone: "UTC" \ No newline at end of file + timezone: "Etc/GMT" \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b113454..80fe819 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,12 +6,12 @@ on: branches: - "main" - "master" - - "dev" - - "develop" - - "feature/**" - - "bugfix/**" - - "hotfix/**" - - "support/**" + #- "dev" + #- "develop" + #- "feature/**" + #- "bugfix/**" + #- "hotfix/**" + #- "support/**" paths: - "lib/**.dart" - "test/**.dart"