diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cde2d3..dfb5303 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: directories: - "/" - "/lib" + exclude-paths: + - "examples/*" schedule: interval: daily time: "11:00"