Skip to content

Commit

Permalink
Resolving offset pagination bug and security fixes (#38)
Browse files Browse the repository at this point in the history
* Resolving pagination bug and dependabot alerts

* Create dependabot.yml

---------

Co-authored-by: Steve Clarke <[email protected]>
  • Loading branch information
s7clarke10 and Steve Clarke authored Aug 4, 2023
1 parent 8b9e3dc commit a56dbf9
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 140 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/github/administering-a-repository/configuration-options-for-dependency-updates

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

0 comments on commit a56dbf9

Please sign in to comment.