diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c60409c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + labels: + - chore + - github_actions + schedule: + interval: daily diff --git a/.github/renovate.json b/.github/renovate.json index 0e3af9f..3c74a28 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,9 @@ "extends": [ "config:recommended" ], + "github-actions": { + "enabled": false + }, "separateMinorPatch": true, "patch": { "automerge": true @@ -19,4 +22,4 @@ "chore" ], "commitBody": "Signed-off-by: {{{gitAuthor}}}" -} \ No newline at end of file +}