diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da2a4ea34..cf9e0e0be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,12 +7,12 @@ updates: # Check for npm updates on Sundays day: "sunday" # Raise pull requests for version updates - # to pip against the `develop-4` branch - target-branch: "develop-4" + # to pip against the `develop` branch + target-branch: "develop" - package-ecosystem: "gomod" # directory required https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#vendor directory: "/" - target-branch: "develop-4" + target-branch: "develop" schedule: interval: "monthly" # Set update schedule for GitHub Actions @@ -21,4 +21,4 @@ updates: schedule: # Check for updates to GitHub Actions every week interval: "monthly" - target-branch: "develop-4" + target-branch: "develop" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9c0fa279..4159bfad2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,8 @@ on: # when PRs from forked repos are merged push: branches: - - develop-4 - develop - paths: + paths: - 'bin/**' - 'dev/**' - 'extensions/**'