diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bf16699 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + # default is / which breaks drone + pull-request-branch-name: + separator: "-" + # not created automatically for version updates so only security ones are created + # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file + open-pull-requests-limit: 0 + diff --git a/LICENSE b/LICENSE index 261eeb9..8b17cbd 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 onetask.ai GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.