diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91b5bea..f3f7cab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -100,9 +100,9 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "pub" - directory: "/geocoding_ios" + directory: "/geocoding_darwin" commit-message: - prefix: "[geocoding_ios]" + prefix: "[geocoding_darwin]" schedule: interval: "weekly" reviewers: @@ -110,9 +110,9 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "pub" - directory: "/geocoding_ios/example" + directory: "/geocoding_darwin/example" commit-message: - prefix: "[geocoding_ios]" + prefix: "[geocoding_darwin]" schedule: interval: "weekly" reviewers: diff --git a/.github/workflows/geocoding_ios.yaml b/.github/workflows/geocoding_darwin.yaml similarity index 85% rename from .github/workflows/geocoding_ios.yaml rename to .github/workflows/geocoding_darwin.yaml index 4eef06d..f37f7ac 100644 --- a/.github/workflows/geocoding_ios.yaml +++ b/.github/workflows/geocoding_darwin.yaml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: geocoding_ios +name: geocoding_darwin # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the main branch @@ -8,14 +8,14 @@ on: push: branches: [ main ] paths: - - 'geocoding_ios/**' - - '.github/workflows/geocoding_ios.yaml' + - 'geocoding_darwin/**' + - '.github/workflows/geocoding_darwin.yaml' pull_request: branches: [ main ] paths: - - 'geocoding_ios/**' - - '.github/workflows/geocoding_ios.yaml' + - 'geocoding_darwin/**' + - '.github/workflows/geocoding_darwin.yaml' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -26,8 +26,8 @@ jobs: runs-on: macos-latest env: - source-directory: ./geocoding_ios - example-directory: ./geocoding_ios/example + source-directory: ./geocoding_darwin + example-directory: ./geocoding_darwin/example # Steps represent a sequence of tasks that will be executed as part of the job steps: