diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f8318ba --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: weekly + time: "04:00" + open-pull-requests-limit: 10 + target-branch: develop +- package-ecosystem: npm + directory: "/src/web/MZikmund.Web" + schedule: + interval: weekly + time: "04:00" + open-pull-requests-limit: 10 + target-branch: main diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml new file mode 100644 index 0000000..da1bb04 --- /dev/null +++ b/.github/workflows/todo.yml @@ -0,0 +1,11 @@ +name: "Run TODO to Issue" +on: + push: + branches: [ "main" ] +jobs: + build: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - name: "TODO to Issue" + uses: "alstr/todo-to-issue-action@v4" \ No newline at end of file