Skip to content

Commit

Permalink
Ndonathan patch dependabot.yml (#5)
Browse files Browse the repository at this point in the history
* Prerelease updates (#1)

* adding build action and dockerfile

* updated build steps

* another build update

* changed image name

* changed tag logic

* package.json created for buildx/npm

* fixing server config for docker build

* cleaned up wrong turn from flask to js

* fixing flask requirement for docker build

* downgraded Werkzeug==1.0.1

* testing latest version of flask

* updating sqlalchemy flask version

* Changed to using gunicorn

* Werkzeug==2.3.8

* updating versions of flask/sql/werkz to get a compatible set

* all requirments are at latest version

* Flask-SQLAlchemy==3.1.1

* Prerelease updates (#3)

* adding build action and dockerfile

* updated build steps

* another build update

* changed image name

* changed tag logic

* package.json created for buildx/npm

* fixing server config for docker build

* cleaned up wrong turn from flask to js

* fixing flask requirement for docker build

* downgraded Werkzeug==1.0.1

* testing latest version of flask

* updating sqlalchemy flask version

* Changed to using gunicorn

* Werkzeug==2.3.8

* updating versions of flask/sql/werkz to get a compatible set

* all requirments are at latest version

* Flask-SQLAlchemy==3.1.1

* Prerelease updates (#1) (#2)

* adding build action and dockerfile

* updated build steps

* another build update

* changed image name

* changed tag logic

* package.json created for buildx/npm

* fixing server config for docker build

* cleaned up wrong turn from flask to js

* fixing flask requirement for docker build

* downgraded Werkzeug==1.0.1

* testing latest version of flask

* updating sqlalchemy flask version

* Changed to using gunicorn

* Werkzeug==2.3.8

* updating versions of flask/sql/werkz to get a compatible set

* all requirments are at latest version

* Flask-SQLAlchemy==3.1.1

* Create dependabot.yml

Signed-off-by: Nick Donathan <[email protected]>

---------

Signed-off-by: Nick Donathan <[email protected]>
  • Loading branch information
ndonathan authored Oct 31, 2024
1 parent b650ac0 commit ea63ddf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit ea63ddf

Please sign in to comment.