File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+ version : 2
4+ updates :
5+ - package-ecosystem : " github-actions" # See documentation for possible values
6+ directory : " /" # Location of package manifests
7+ schedule :
8+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ PGUSER=postgres
1111SHP2PGSQL=@SHP2PGSQL@
1212DB=tinyows_demo
1313
14- if [ -d /usr/local/pgsql/share/contrib/postgis-3.3 ]; then
15- PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.3
14+ if [ -d /usr/local/pgsql/share/contrib/postgis-3.4 ]; then
15+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.4
16+ elif [ -d /usr/local/pgsql/share/contrib/postgis-3.3 ]; then
17+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.3
1618elif [ -d /usr/local/pgsql/share/contrib/postgis-3.2 ]; then
1719 PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.2
1820elif [ -d /usr/local/pgsql/share/contrib/postgis-3.1 ]; then
You can’t perform that action at this time.
0 commit comments