diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58f6abd..8a43cec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "monday" time: "08:00" timezone: "Europe/London" + assignees: + - "RafaRuiz" groups: gradle-patch: patterns: ["*"] @@ -19,6 +21,8 @@ updates: day: "monday" time: "08:00" timezone: "Europe/London" + assignees: + - "RafaRuiz" groups: actions-all: patterns: ["*"] diff --git a/sampleApp/.gitignore b/sampleApp/.gitignore index 796b96d..890277b 100644 --- a/sampleApp/.gitignore +++ b/sampleApp/.gitignore @@ -1 +1,4 @@ /build + +local.properties +debug/**/*