diff --git a/.gitea/pkgdashcli.yaml b/.gitea/pkgdashcli.yaml new file mode 100644 index 0000000..543d6aa --- /dev/null +++ b/.gitea/pkgdashcli.yaml @@ -0,0 +1,11 @@ +branches: [master] +source: + type: gitea + apiurl: git.unistack.org + repository: pkgdash + owner: kgorbunov +update_opt: + pre: false + major: false + up_major: false + cached: true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 33218d9..c11d75f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,4 @@ tmp/ cmd/pkgdash/pkgdash cmd/pkgdashcli/pkgdashcli *.sqlite -*.db -.gitea -.github -.gitlab \ No newline at end of file +*.db \ No newline at end of file