Skip to content

Commit

Permalink
[github-actions] avoid dependabot pull requests in forks
Browse files Browse the repository at this point in the history
OpenThread forks typically inherit all commits in the repo, including
the `dependabot` changes, so it's not needed to generate the same PRs
in the forks as well.
  • Loading branch information
edmont committed Dec 19, 2023
1 parent 8243591 commit 2cb2adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
if: github.repository == "openthread/openthread"
directory: "/"
schedule:
interval: "weekly"
Expand Down

0 comments on commit 2cb2adc

Please sign in to comment.