[github-actions] avoid dependabot pull requests in forks (#9728)

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.
This commit is contained in:
Eduardo Montoya
2023-12-19 17:37:16 +01:00
committed by GitHub
parent 3400692b03
commit eec54ef46d
+1
View File
@@ -29,6 +29,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
if: github.repository == "openthread/openthread"
directory: "/"
schedule:
interval: "weekly"