diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1b034f..d3121f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,20 @@ -# Dependabot configuration: -# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - # Maintain dependencies for Gradle dependencies - package-ecosystem: "gradle" directory: "/" target-branch: "main" schedule: interval: "daily" - # Maintain dependencies for GitHub Actions + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" target-branch: "main" schedule: interval: "daily" + groups: + all: + patterns: + - "*" diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml new file mode 100644 index 0000000..7dc1249 --- /dev/null +++ b/.idea/git_toolbox_blame.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file