Loading .github/dependabot.yml +0 −6 Original line number Diff line number Diff line Loading @@ -6,12 +6,6 @@ version: 2 updates: - package-ecosystem: "pip" directory: "/.requirements" schedule: interval: "weekly" labels: - "dependencies" - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: Loading update.sh +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ git \ https://github.com/dmitriysafronov/ansible_role-template.git \ .update LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)" git -C .update checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ --include-from=.update/update.list \ Loading Loading
.github/dependabot.yml +0 −6 Original line number Diff line number Diff line Loading @@ -6,12 +6,6 @@ version: 2 updates: - package-ecosystem: "pip" directory: "/.requirements" schedule: interval: "weekly" labels: - "dependencies" - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: Loading
update.sh +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ git \ https://github.com/dmitriysafronov/ansible_role-template.git \ .update LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)" git -C .update checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ --include-from=.update/update.list \ Loading